Esempio n. 1
0
 public void QuitGame()
 {
     LevelManagment.QuitGame();
 }
Esempio n. 2
0
 public void StartMenu()
 {
     LevelManagment.LoadStartMenu();
 }
Esempio n. 3
0
 public void StartGame()
 {
     LevelManagment.LoadGame();
     GameSession.Instance.ResetGame();
 }