Example #1
0
 public void Run()
 {
     if (controller.GetState().Equals(BattleState.ACTION))
     {
         controller.ActionRun();
     }
 }