use of eidolons.game.module.dungeoncrawl.dungeon.Location in project Eidolons by IDemiurge.
the class ScenarioPrecombatMaster method generateLocation.
private static void generateLocation() {
location = new Location(getScenario());
Dungeon dungeon = location.construct();
// DC_Game.game.getDungeonMaster().setDungeon(dungeon);
}