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;
		}