Esempio n. 1
0
 public override void Unload()
 {
     ModCompat.Unload();
     Instance          = null;
     Thorium           = null;
     Calamity          = null;
     AlchemistNPC      = null;
     AlchemistNPC_Lite = null;
 }
Esempio n. 2
0
 public override void Load()
 {
     Instance = this;
     if (!Main.dedServ)
     {
         userInterface     = new UserInterface();
         Thorium           = ModLoader.GetMod("ThoriumMod");
         Calamity          = ModLoader.GetMod("CalamityMod");
         AlchemistNPC      = ModLoader.GetMod("AlchemistNPC");
         AlchemistNPC_Lite = ModLoader.GetMod("AlchemistNPCLite");
     }
 }