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

Add() public abstract method

Adds item to pocket, at the first possible position.
public abstract Add ( Item item ) : bool
item Item
return bool
		public abstract bool Add(Item item);