Esempio n. 1
0
 public Gerenciador(Game1 game)
 {
     this.credito1   = new Estadocredito(game);
     this.instrucao1 = new Estadoinstrucao(game);
     this.PAUSE      = new EstadoPause(game);
     this.gameover1  = new Estadogameover(game);
 }
Esempio n. 2
0
        public Menu(Game1 game)
        {
            this.game = game;

            //this.credito = new Estadocredito(game);
            this.instrucao1 = new Estadoinstrucao(game);
            //this.rank1 = new Estadorank(game);
        }