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