Aura.Channel.Scripting.Scripts.NpcShopTab.Clear C# (CSharp) 메소드

Clear() 공개 메소드

Removes all items from tab.
public Clear ( ) : void
리턴 void
		public void Clear()
		{
			lock (_items)
				_items.Clear();
		}