| http://www.w3.org/ns/prov#value | - Each room has a certain number of doors used to get across each room.here is a picture of the new region and all the potential spots the rooms can be placed.1 2 3 4 5 new DungeonFloor(new int[] { 8, 632 }, FloorType.BASE_FLOOR, new int[] { NORTH, SOUTH, EAST, WEST }), new DungeonFloor(new int[] { 8, 630 }, FloorType.BASE_FLOOR, new int[] { NORTH, SOUTH, WEST }), &nb
|