Example #1
0
 static bool LoadItems(ItemManager __instance)
 {
     //Mod processing would not be marked as done when this is called during mod loading.
     if (S.I.modCtrl.processing)
     {
         CustomFileLoader.AfterInstall();
         return(true);
     }
     return(true);
 }