Drought.State.GameState.getSpriteBatch C# (CSharp) Method

getSpriteBatch() public method

public getSpriteBatch ( ) : SpriteBatch
return Microsoft.Xna.Framework.Graphics.SpriteBatch
        public SpriteBatch getSpriteBatch()
        {
            return spriteBatch;
        }