Terraria.ModLoader.GlobalBuff.DrawCustomBuffTip C# (CSharp) 메소드

DrawCustomBuffTip() 공개 메소드

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