Aura.Channel.World.Inventory.InventoryPocketStack.Add C# (CSharp) 메소드

Add() 공개 메소드

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