Aura.Channel.World.Shops.PersonalShop.GetShopPropId C# (CSharp) 메소드

GetShopPropId() 개인적인 정적인 메소드

Returns the prop id to be used for the given bag.
private static GetShopPropId ( Item item ) : int
item Item
리턴 int
		private static int GetShopPropId(Item item)
		{
			if (item.Data.PersonalShopProp != 0)
				return item.Data.PersonalShopProp;

			return DefaultShopPropId;
		}