Exemple #1
0
 public UFOController(Game game)
     : base(game)
 {
     this.game    = game;
     largeUFOShip = new LargeUFO(game);
     smallUFOShip = new SmallUFO(game);
 }
 public UFOController(Game game)
     : base(game)
 {
     this.game = game;
     largeUFOShip = new LargeUFO(game);
     smallUFOShip = new SmallUFO(game);
 }