BlisterUI.MainGame.LoadContent C# (CSharp) 메소드

LoadContent() 보호된 메소드

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

            FullLoad();

            BuildScreenList();
            screen = screenList.Current;
        }