BlisterUI.MainGame.LoadContent C# (CSharp) Метод

LoadContent() защищенный Метод

protected LoadContent ( ) : void
Результат void
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);

            FullLoad();

            BuildScreenList();
            screen = screenList.Current;
        }