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