Exemplo n.º 1
0
 public Engine(CommandExecuter commandExecuter, RaceTower raceTower)
 {
     this.raceTower       = raceTower;
     this.commandExecuter = commandExecuter;
 }
Exemplo n.º 2
0
 public Engine()
 {
     raceTown = new RaceTower();
 }