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