补暂存

This commit is contained in:
2025-07-22 16:36:01 +08:00
parent 94a099c774
commit 4f524845a9
18 changed files with 793 additions and 771 deletions

View File

@@ -13,9 +13,6 @@ namespace WulaFallenEmpire
// 初始化Harmony
var harmony = new Harmony("tourswen.wulafallenempire"); // 替换为您的唯一Mod ID
harmony.PatchAll(Assembly.GetExecutingAssembly());
// 手动应用护盾腰带的近战拦截补丁
WulaShieldBeltPatches.ApplyMeleePatch(harmony);
Log.Message("[WulaFallenEmpire] Harmony patches applied.");
}