Example #1
0
 public DrinkingAction(RaiderBot owner) : base(owner)
 {
 }
Example #2
0
 public StayAction(RaiderBot owner) : base(owner)
 {
 }
Example #3
0
 public RaiderAction(RaiderBot owner)
 {
     Raider = owner;
 }
Example #4
0
 public EscapeAction(RaiderBot owner) : base(owner)
 {
 }
Example #5
0
 public CombatAction(RaiderBot owner) : base(owner)
 {
 }
Example #6
0
 public MiningAction(RaiderBot owner) : base(owner)
 {
 }