浏览代码

Fix Interaction System doesn't follow the FSM

/devlogs-3-input
alex 4 年前
当前提交
374a3a6b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      UOP1_Project/Assets/Scripts/Interaction/InteractionManager.cs

2
UOP1_Project/Assets/Scripts/Interaction/InteractionManager.cs


_onObjectPickUp.RaiseEvent(currentItem);
//Debug.Log("PickUp event raised");
}
//destroy the GO
Destroy(itemObject);
break;
case InteractionType.Cook:

正在加载...
取消
保存