Search in sources :

Example 1 with Location

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);
}
Also used : Dungeon(eidolons.game.battlecraft.logic.dungeon.universal.Dungeon) Location(eidolons.game.module.dungeoncrawl.dungeon.Location)

Aggregations

Dungeon (eidolons.game.battlecraft.logic.dungeon.universal.Dungeon)1 Location (eidolons.game.module.dungeoncrawl.dungeon.Location)1