예제 #1
0
 public PinchHitter()
 {
     batBehavior   = new SwingForPower();
     catchBehavior = new CatchNo();
     throwBehavior = new ThrowNothing();
 }
예제 #2
0
 public Batter()
 {
     batBehavior   = new SwingForContact();
     throwBehavior = new ThrowNothing();
     catchBehavior = new CatchBarehands();
 }