Aura.Channel.Scripting.Scripts.NpcShopScript.NpcShopScript C# (CSharp) Метод

NpcShopScript() публичный Метод

Creates new NpcShopScript
public NpcShopScript ( ) : System
Результат System
		public NpcShopScript()
		{
			_tabs = new Dictionary<string, NpcShopTab>();
			ChannelServer.Instance.Events.ErinnMidnightTick += this.OnErinnMidnightTick;
		}