void Play()
 {
     if (State == GameManagerState.PLAYING && !IsAnimated)
     {
         ActivePlayer.DoTurn();
     }
 }
Beispiel #2
0
 private void Update()
 {
     ActivePlayer.DoTurn();
 }