Aura.Channel.Scripting.Scripts.NpcShopScript.NpcShopScript C# (CSharp) Method

NpcShopScript() public method

Creates new NpcShopScript
public NpcShopScript ( ) : System
return System
		public NpcShopScript()
		{
			_tabs = new Dictionary<string, NpcShopTab>();
			ChannelServer.Instance.Events.ErinnMidnightTick += this.OnErinnMidnightTick;
		}