Aura.Channel.World.Inventory.InventoryPocketStack.Remove C# (CSharp) Method

Remove() public method

public Remove ( Item item ) : bool
item Item
return bool
		public override bool Remove(Item item)
		{
			return _items.Remove(item);
		}

Same methods

InventoryPocketStack::Remove ( int itemId, int amount, List &changed ) : int