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

InventoryPocketStack() public method

public InventoryPocketStack ( Pocket pocket ) : System
pocket Pocket
return System
		public InventoryPocketStack(Pocket pocket)
			: base(pocket)
		{
			_items = new List<Item>();
		}