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

ClearNpcShop() public static méthode

Sends ClearNpcShop to creature's client.
public static ClearNpcShop ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature
Résultat void
		public static void ClearNpcShop(Creature creature)
		{
			var packet = new Packet(Op.ClearNpcShop, creature.EntityId);
			creature.Client.Send(packet);
		}
Send