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

UpdateRegens() public static méthode

Sends StatUpdatePublic and StatUpdatePrivate to relevant clients, with a list of new change and max values for the regens.
public static UpdateRegens ( Creature creature, StatUpdateType type ) : void
creature Creature
type StatUpdateType
Résultat void
		public static void UpdateRegens(Creature creature, StatUpdateType type, params StatRegen[] regens)
		{
			StatUpdate(creature, type, null, null, null, regens);
		}
Send