public WizardBuilder() { _character = new GameCharacter("Wizard"); }
public WitchBuilder() { _character = new GameCharacter("Witch"); }