Example #1
0
 public void CmdEndTurn()
 {
     if (GameManagerV2.IsTurn(playerId))
     {
         GameManagerV2.NextPlayer();
     }
 }