Exemple #1
0
 public void StartGame()
 {
     userInterfaceManager.HideMainMenu();
     playerController.StartGame();
     gameStarted = true;
 }