コード例 #1
0
 public override void Load()
 {
     instance = this;
     foreach (Assembly allStaticLoaderEnabledMod in GetAllStaticLoaderEnabledMods())
     {
         ReflectionHelper.InitializeAllStaticLoad(allStaticLoaderEnabledMod);
     }
     LoadContent();
 }
コード例 #2
0
 public InfinityCore()
 {
     instance = this;
 }
コード例 #3
0
 public override void Unload()
 {
     ReflectionHelper.InvokeAllStaticUnload();
     instance = null;
 }