Esempio n. 1
0
 public BuildRequirement(RoomTypeCondition roomType, int level, int count)
 {
     this.RoomType = roomType;
     this.Level    = level;
     this.Count    = count;
 }
Esempio n. 2
0
 public static RoomType ToRoomType(this RoomTypeCondition cond) =>
 cond switch
 {