Ejemplo n.º 1
0
 public InputComponent(StarGame game) : base(game)
 {
 }
Ejemplo n.º 2
0
 public SimulationComponent(StarGame game) : base(game)
 {
     this.game = game;
 }
Ejemplo n.º 3
0
 public SceneComponent(StarGame game) : base(game)
 {
     this.game = game;
 }