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

Add() public method

public Add ( Item item ) : bool
item Item
return bool
		public override bool Add(Item item)
		{
			this.AddUnsafe(item);
			return true;
		}