浏览代码

Add states of Bard Hare and Fry King to the NPC script

/main
Amel Negra 3 年前
当前提交
cae701a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Characters/NPC.cs

2
UOP1_Project/Assets/Scripts/Characters/NPC.cs


using System.Collections.Generic;
using UnityEngine;
public enum NPCState { Idle = 0, Walk, Talk };
public enum NPCState { Idle = 0, Walk, Talk, JumpUp, JumpDown, Eat };
public class NPC : MonoBehaviour
{

正在加载...
取消
保存