コード例 #1
0
 public Engine(CommandInterpreter commandInterpreter)
 {
     this.commandInterpreter = commandInterpreter;
 }
コード例 #2
0
ファイル: Engine.cs プロジェクト: StackSmack007/OOP-Advanced
 public Engine()
 {
     ci = new CommandInterpreter();
 }