Esempio n. 1
0
 public void RestartGame()
 {
     DestroyAllPlayerPrefabs();
     ShowDisabledStations();
     SetGameState(GameState.MainMenu);
     initialiseTeams();
     timer.ResetTimer();
     wiiBlue.gameReset();
     wiiRed.gameReset();
     BroadcastAllConnections("newgame", "");
 }