예제 #1
0
 public void NewGameConfirm()
 {
     CheckForPlayerExistence();
     SavingSystem.DeleteData();
     GameManager.instance.EnterMap();
 }