Example #1
0
 public Coroutine StartTurn()
 {
     enemyObject.StartTurn();
     return(StartCoroutine(TakeTurn()));
 }