Terraria.ModLoader.Mod.PostDrawInterface C# (CSharp) Method

PostDrawInterface() public method

public PostDrawInterface ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void
        public virtual void PostDrawInterface(SpriteBatch spriteBatch)
        {
        }