Terraria.ModLoader.ModBuff.ReApply C# (CSharp) Method

ReApply() public method

public ReApply ( Terraria.NPC npc, int time, int buffIndex ) : bool
npc Terraria.NPC
time int
buffIndex int
return bool
		public virtual bool ReApply(NPC npc, int time, int buffIndex)
		{
			return false;
		}

Same methods

ModBuff::ReApply ( Player player, int time, int buffIndex ) : bool