Ejemplo n.º 1
0
 public void EndPhase()
 {
     if (CurrentTurn.CurrentPhase == Turn.Phase.Enemy)
     {
         CurrentTurn.AdvancePhase();
     }
 }
Ejemplo n.º 2
0
 public void EndPhase()
 {
     //Debug.Log ("All bullets finished, ending bullet phase.");
     if (CurrentTurn.CurrentPhase == Turn.Phase.Bullet)
     {
         CurrentTurn.AdvancePhase();
     }
 }