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

PartyRemoved() public static méthode

Informs a client on their removal from the party.
public static PartyRemoved ( Creature creature ) : void
creature Creature
Résultat void
		public static void PartyRemoved(Creature creature)
		{
			var packet = new Packet(Op.PartyRemoved, creature.EntityId);
			creature.Client.Send(packet);
		}
Send