Aura.Channel.Scripting.Scripts.NpcShopScript.OpenRemotelyFor C# (CSharp) Метод

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

Sends OpenShopRemotelyR and OpenNpcShop for creature and this shop.
public OpenRemotelyFor ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature Creature opening the shop
Результат void
		public void OpenRemotelyFor(Creature creature)
		{
			Send.OpenShopRemotelyR(creature, true);
			this.OpenFor(creature, null);
		}