This commit is contained in:
2025-11-20 12:05:07 +08:00
parent 44bea4dbb8
commit cf82707c8f
12 changed files with 1069 additions and 208 deletions

View File

@@ -82,7 +82,7 @@ namespace WulaFallenEmpire.HarmonyPatches
return result;
}
// 清理反弹计数 - 修复:使用 Thing 的 Destroy 方法
// 清理反弹计数
[HarmonyPatch(typeof(Thing), "Destroy")]
public static class Thing_Destroy_Patch
{