Esempio n. 1
0
 public override void Unload()
 {
     Instance       = null;
     DarkArtsHotKey = null;
     NailSpell1HK   = null;
     NailSpell2HK   = null;
 }
Esempio n. 2
0
        public override void Load()
        {
            Instance = this;
            if (!Main.dedServ)
            {
                shieldHealthBar  = new ShieldHealthBar();
                _shieldHealthBar = new UserInterface();
                _shieldHealthBar.SetState(shieldHealthBar);
            }

            DarkArtsHotKey = RegisterHotKey("Dark Arts", "F");
            NailSpell1HK   = RegisterHotKey("Nail Spell 1", "R");
            NailSpell2HK   = RegisterHotKey("Nail Spell 2", "G");
        }
Esempio n. 3
0
 public Idkmod()
 {
     Instance = this;
 }