コード例 #1
0
        private static bool Prefix(ref string __result, string key)
        {
            var techData = BuilderUtils.GetCustomTechDataByKey(key);

            if (techData != null)
            {
                __result = techData.displayString;
                return(false);
            }
            return(true);
        }