public Pitcher() { batBehavior = new SwingNothing(); throwBehavior = new ThrowPitch(); catchBehavior = new CatchGlove(); }
public Fielder() { batBehavior = new SwingNothing(); throwBehavior = new ThrowFielder(); catchBehavior = new CatchGlove(); }