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