示例#1
0
文件: StateDead.cs 项目: ZihanBai/FSM
 public override void Execute(Troll troll)
 {
     Debug.Log("Dead");
     troll.Dead();
 }