Aura.Channel.World.Shops.PersonalShop.CloseFor C# (CSharp) Метод

CloseFor() публичный Метод

Opens shop for given creature.
public CloseFor ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature
Результат void
		public void CloseFor(Creature creature)
		{
			lock (this.CustomerEntityIds)
				this.CustomerEntityIds.Remove(creature.EntityId);
			Send.PersonalShopCloseWindow(creature);
		}