Exemplo n.º 1
0
 public PinchHitter()
 {
     batBehavior   = new SwingForPower();
     catchBehavior = new CatchNo();
     throwBehavior = new ThrowNothing();
 }
Exemplo n.º 2
0
 public Batter()
 {
     batBehavior   = new SwingForContact();
     throwBehavior = new ThrowNothing();
     catchBehavior = new CatchBarehands();
 }