Aura.Channel.Network.Sending.Send.NewRegens C# (CSharp) Method

NewRegens() public static method

Sends StatUpdatePublic and StatUpdatePrivate to relevant clients, with a list of regens to remove.
public static NewRegens ( Creature creature, StatUpdateType type ) : void
creature Creature
type StatUpdateType
return void
		public static void NewRegens(Creature creature, StatUpdateType type, params StatRegen[] regens)
		{
			StatUpdate(creature, type, null, regens, null, null);
		}
Send