コード例 #1
0
        private static bool Prefix(ref ITechData __result, ref TechType techType, ref bool skipWarnings)
        {
            ITechData result = BuilderUtils.GetTechData(techType);

            if (result != null)
            {
                __result = result;
                return(false);
            }

            return(true);
        }