refactor(fight): 将Effect_Lost重命名为EffectCache以优化效果缓存逻辑

This commit is contained in:
1
2025-12-18 04:40:58 +00:00
parent f1af9894cd
commit 4a7add91f6

View File

@@ -128,7 +128,7 @@ func (our *Input) ReactvieEffect() {
}
//这时候将被覆盖的效果全部装回来enterturn
for _, e := range our.Effect_Lost {
for _, e := range our.EffectCache {
e.Alive(true)
}