Ejemplo n.º 1
0
 public Level1(Game1 game)
     : base(game)
 {
     this.game = game;
     game.displayControllerSelectMenu(true);
 }