Terraria.ModLoader.GlobalBuff.Update C# (CSharp) Метод

Update() публичный Метод

public Update ( int type, NPC npc, int &buffIndex ) : void
type int
npc NPC
buffIndex int
Результат void
		public virtual void Update(int type, NPC npc, ref int buffIndex)
		{
		}

Same methods

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