Esempio n. 1
0
 public void GoToNextLevel(string nextLevelName)
 {
     PickUpManager.Save();
     LoadLevel(nextLevelName);
 }