private static bool Prefix(ref bool __result, TechType techType)
 {
     if (BuilderUtils.HasCustomTechData(techType))
     {
         __result = true;
         return(false);
     }
     return(true);
 }