public Engine(CommandInterpreter commandInterpreter) { this.commandInterpreter = commandInterpreter; }
public Engine() { ci = new CommandInterpreter(); }