Example #1
0
 public ScrubOreReactable(Workable workable, ChoreType chore_type, AllowedDirection allowed_direction = AllowedDirection.Any)
     : base(workable, "ScrubOre", chore_type, allowed_direction)
 {
 }
 public WashHandsReactable(Workable workable, ChoreType chore_type, AllowedDirection allowed_direction = AllowedDirection.Any)
     : base(workable, "WashHands", chore_type, allowed_direction)
 {
 }