Beispiel #1
0
 public void SaveGame(int index)
 {
     Const.sprint("Saved game to slot " + index.ToString() + "! (TODO:Actually save)", Const.a.player1);
     pauseHandler.EnablePauseUI();
     this.gameObject.SetActive(false);
 }