internal Room Room(DungeonLocation location) { return(this.Levels[location.Level].Rooms[location.Point]); }
internal Player(DungeonLocation location) { this.Location = location; }