Exemple #1
0
 public void AskHowManyPlayers()
 {
     // shows the player count screen
     GameGUI.HideMainScreen();
     GameGUI.ShowPlayerCountScreen();
 }