BlisterUI.MainGame.LoadContent C# (CSharp) Method

LoadContent() protected method

protected LoadContent ( ) : void
return void
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);

            FullLoad();

            BuildScreenList();
            screen = screenList.Current;
        }