Пример #1
0
 internal Room Room(DungeonLocation location)
 {
     return(this.Levels[location.Level].Rooms[location.Point]);
 }
Пример #2
0
 internal Player(DungeonLocation location)
 {
     this.Location = location;
 }