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