示例#1
0
文件: NPC.cs 项目: WHYingg/MG2020
 void Update()
 {
     fsm.OnUpdate(gameObject);
 }