public RoomEntity(RoomTemplate template, RoomType type) { this.template = template; this.type = type; doorsDictionary = new DoorDirDoorsDictionary(); InitializeDoors(); }
public RoomEntity(RoomType type) { this.type = type; doorsDictionary = new DoorDirDoorsDictionary(); }