Terraria.ModLoader.GlobalBuff.Update C# (CSharp) Method

Update() public method

public Update ( int type, NPC npc, int &buffIndex ) : void
type int
npc NPC
buffIndex int
return void
		public virtual void Update(int type, NPC npc, ref int buffIndex)
		{
		}

Same methods

GlobalBuff::Update ( int type, Player player, int &buffIndex ) : void