Ejemplo n.º 1
0
 public override void Load()
 {
     instance = this;
     foreach (Assembly allStaticLoaderEnabledMod in GetAllStaticLoaderEnabledMods())
     {
         ReflectionHelper.InitializeAllStaticLoad(allStaticLoaderEnabledMod);
     }
     LoadContent();
 }
Ejemplo n.º 2
0
 public InfinityCore()
 {
     instance = this;
 }
Ejemplo n.º 3
0
 public override void Unload()
 {
     ReflectionHelper.InvokeAllStaticUnload();
     instance = null;
 }