Terraria.ModLoader.GlobalBuff.DrawCustomBuffTip C# (CSharp) Méthode

DrawCustomBuffTip() public méthode

public DrawCustomBuffTip ( string buffTip, SpriteBatch spriteBatch, int originX, int originY ) : void
buffTip string
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
originX int
originY int
Résultat void
		public virtual void DrawCustomBuffTip(string buffTip, SpriteBatch spriteBatch, int originX, int originY)
		{
		}
	}