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