Exemple #1
0
 public void NextLevel()
 {
     Destroy(GameObject.Find(map.GetGridContainerName()));
     Settings.floorLevel += 1;
     Awake();
 }