refactor: phase 5 transpiler docs, mod-compat helpers, and build quality gates

This commit is contained in:
2026-06-23 23:03:13 +08:00
parent cca8b8594d
commit c2016909ff
43 changed files with 2327 additions and 135 deletions
+3
View File
@@ -263,6 +263,9 @@ public static class TechPatch
private class BatchBuyoutTech : PatchImpl<BatchBuyoutTech>
{
// Harmony transpiler: UITechNode_UpdateInfoDynamic_Transpiler
// Target: UITechNode.UpdateInfoDynamic
// Fallback: None — patch will fail loudly if the target method body changes.
[HarmonyTranspiler]
[HarmonyPatch(typeof(UITechNode), nameof(UITechNode.UpdateInfoDynamic))]
private static IEnumerable<CodeInstruction> UITechNode_UpdateInfoDynamic_Transpiler(IEnumerable<CodeInstruction> instructions)