コード例 #1
0
ファイル: StateDead.cs プロジェクト: ZihanBai/FSM
 public override void Execute(Troll troll)
 {
     Debug.Log("Dead");
     troll.Dead();
 }