Beispiel #1
0
 public Engine(CommandInterpreter commandInterpreter)
 {
     this.commandInterpreter = commandInterpreter;
 }
Beispiel #2
0
 public Engine()
 {
     ci = new CommandInterpreter();
 }