Exemplo n.º 1
0
        public override void Load()
        {
            Instance = this;
            Console  = this.Logger;

            if (!Main.dedServ)
            {
                // Custom UI
                m_ShopUI = new ShopUI();
                m_ShopUI.Activate();

                UserInterface = new UserInterface();
            }

            Config.Load();
        }
Exemplo n.º 2
0
 public override void Unload()
 {
     Instance = null;
 }