Aura.Channel.World.Inventory.InventoryPocket.Has C# (CSharp) 메소드

Has() 공개 추상적인 메소드

Returns whether the item exists in this pocket.
public abstract Has ( Item item ) : bool
item Item
리턴 bool
		public abstract bool Has(Item item);