Esempio n. 1
0
 public CarControlComponent(GameManager game)
     : base(game)
 {
     this.input = game.GetService<InputComponent>();
     this.simulationStrategy = new DeadReckoningStrategy(Game);
 }
Esempio n. 2
0
 public CarControlComponent(GameManager game)
     : base(game)
 {
     this.input = game.GetService <InputComponent>();
     this.simulationStrategy = new DeadReckoningStrategy(Game);
 }