public TimeOfDayRequirement(RequirementTags name, Day.TimeOfDay tod)
     : base(name)
 {
     this._tod = tod;
 }
예제 #2
0
 public TimeOfDayRequirement(RequirementTags name, Day.TimeOfDay tod) : base(name)
 {
     this._tod = tod;
 }