예제 #1
0
 void NextTurn()
 {
     playerTurn = !playerTurn;
     if (playerTurn)
     {
         player.ResetCharacterTurns();
     }
 }