Example #1
0
 //Methods
 public void Populate() //Main method for populating every entity into the dungeon
 {
     GetInfo();
     PlaceRopeAndHole();
     PlaceSpawners();
     PlaceCollectables();
     PlacePotion();
     PlaceBoss();
     music.NextSong();
 }