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);
		}