Ejemplo n.º 1
0
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";
            ArrayList objects = new ArrayList()
            {
                this, graphics, Content, GraphicsDevice, GraphicsDevice
            };

            GameEnigine.InitGameEngine(objects);
        }