Aura.Channel.World.Inventory.InventoryPocket.Has C# (CSharp) Method

Has() public abstract method

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