备份,准备做双端

This commit is contained in:
2026-07-30 23:15:58 +08:00
parent add675e45d
commit ec4ec53545
88 changed files with 4050 additions and 872 deletions
@@ -465,6 +465,9 @@ public class equipIllusion : MonoBehaviour
ApplyTourEffect();
eqp_p_SO.level = Mathf.Clamp(eqp_p_SO.level + 1, 0, 20);
PersistEquipment(eqp_p_SO);
// ApplyTourEffect 可能原地写入 ia_skillID(装备 SO 引用不变),
// 若该装备正被某英雄装备,其有效技能组缓存需失效重建。
AllyHero_SO.InvalidateEquipmentDerivedCaches();
RefreshAllEquipBags();
RefreshAll();
}