Esempio n. 1
0
 public RoomEntity(RoomTemplate template, RoomType type)
 {
     this.template   = template;
     this.type       = type;
     doorsDictionary = new DoorDirDoorsDictionary();
     InitializeDoors();
 }
Esempio n. 2
0
 public RoomEntity(RoomType type)
 {
     this.type       = type;
     doorsDictionary = new DoorDirDoorsDictionary();
 }