Aura.Channel.Scripting.Scripts.NpcShopScript.GetTabs C# (CSharp) 메소드

GetTabs() 보호된 메소드

Returns thread-safe list of all tabs.
protected GetTabs ( ) : IList
리턴 IList
		protected IList<NpcShopTab> GetTabs()
		{
			return this.GetTabs(null, null);
		}

Same methods

NpcShopScript::GetTabs ( Creature creature, NPC owner ) : IList