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