Exemple #1
0
 void NotifyCurrentPlayer(int playerId)
 {
     turnController.NotifyCurrentPlayer(playerId);
     if (playerId == PhotonNetwork.player.ID)
     {
         StartTurn();
     }
 }