Exemple #1
0
 public InputComponent(StarGame game) : base(game)
 {
 }
Exemple #2
0
 public SimulationComponent(StarGame game) : base(game)
 {
     this.game = game;
 }
 public SceneComponent(StarGame game) : base(game)
 {
     this.game = game;
 }