Пример #1
0
 public Menu(GalagaGame game)
 {
     this.game = game;
 }
Пример #2
0
 public GameMode(GalagaGame game)
 {
     this.game  = game;
     random     = new Random();
     explosions = new List <Explosion>();
 }