TerrainDisplay.Game1.LoadContent C# (CSharp) Method

LoadContent() protected method

Loads the content needed for the game.
protected LoadContent ( ) : void
return void
        protected override void LoadContent()
        {
            Keyboard.GetState();
            //var thaFont = Content.Load<SpriteFont>("Courier New");
            //_spriteFont = thaFont;
            //Console = new MpqConsole(this, thaFont);
            //Console.MyEvent += DoCommand;

            //_spriteBatch = new SpriteBatch(GraphicsDevice);
        }