Ejemplo n.º 1
0
 public GameController()
 {
     this._mv = new MenuView();
     this._gv = new GameView();
     this._iv = new InputView();
 }
Ejemplo n.º 2
0
        public GameController()
        {
            level = new Level();

            gameview = new GameView();
        }