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