Game1.LoadContent C# (CSharp) Method

LoadContent() protected method

protected LoadContent ( ) : void
return void
      protected override void LoadContent() 
      {
        spriteBatch = new SpriteBatch(GraphicsDevice);
        cursorTex = content.Load<Texture2D>("cursor");
      }