Ejemplo n.º 1
0
 public StateBowlerHatCatch(BoxingPlayer player, BowlerHatInstance hat, State originalState)
     : base(player, "BowlerCatch")
 {
     this.hat                  = hat;
     this.originalState        = originalState;
     player.hasThrownBowlerHat = false;
 }
Ejemplo n.º 2
0
 public StateBowlerHatCatch(BoxingPlayer player, BowlerHatInstance hat, State originalState)
     : base(player, "BowlerCatch")
 {
     this.hat = hat;
     this.originalState = originalState;
     player.hasThrownBowlerHat = false;
 }
Ejemplo n.º 3
0
 public void CatchHat(BowlerHatInstance hat)
 {
     this.hat = hat;
 }
Ejemplo n.º 4
0
 public void CatchHat(BowlerHatInstance hat)
 {
     this.hat = hat;
 }