addRoom

fun addRoom(room: Room, x: Int, y: Int, z: Int): Boolean

Add a room at a specified x, y and z location. Returns true if the Room could be added, else false.