Esempio n. 1
0
 public override void Unload()
 {
     Instance = null;
     TaxWorld.serverConfig            = null;
     ModHandler.calamityMod           = null;
     ModHandler.parser                = null;
     ModHandler.delegates             = new Dictionary <string, Dictionary <string, Func <bool> > >();
     ModHandler.customStatements      = new Dictionary <string, int>();
     ModHandler.hasCheckedForCalamity = false;
 }
Esempio n. 2
0
 public override void Load()
 {
     Instance = this;
     new ModHandler();
 }