Aura.Channel.Network.Sending.Send.NewRegens C# (CSharp) Méthode

NewRegens() public static méthode

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
Résultat void
		public static void NewRegens(Creature creature, StatUpdateType type, params StatRegen[] regens)
		{
			StatUpdate(creature, type, null, regens, null, null);
		}
Send