Ballz.Renderer.BaseRenderer.LoadContent C# (CSharp) Method

LoadContent() protected method

protected LoadContent ( ) : void
return void
        protected override void LoadContent()
        {
            SpriteBatch = new SpriteBatch(Game.GraphicsDevice);
            LoadFonts();
            LoadTextures();

            base.LoadContent();
        }