Aura.Channel.World.Inventory.InventoryPocketSingle.FillStacks C# (CSharp) Method

FillStacks() public method

public FillStacks ( Item item, List &changed ) : bool
item Item
changed List
return bool
		public override bool FillStacks(Item item, out List<Item> changed)
		{
			changed = null;
			return false;
		}