public void Exit()
 {
     Debug.Log("Clicked exit game without saving");
     gameProceedingStrategy.RemoveSavedGame();
     Application.Quit();
 }
Beispiel #2
0
 public void RemoveSavedGame()
 {
     gameProceedingStrategy.RemoveSavedGame(gameData);
 }