Exemple #1
0
 public void ChangeCurrentRound(int round) // change the current game round
 {
     currentGameRound = round;
     uiController.ChangeCurrentRoundDisplayText(currentGameRound);
 }