Esempio n. 1
0
 public MiningState(GruntBot owner) : base(owner)
 {
 }
Esempio n. 2
0
 public GruntState(GruntBot owner)
 {
     Grunt = owner;
 }
Esempio n. 3
0
 public DrinkingState(GruntBot owner) : base(owner)
 {
 }
Esempio n. 4
0
 public CombatState(GruntBot owner) : base(owner)
 {
 }