refactor(logic): 优化战斗状态效果持续时间计算及清理冗余代码

This commit is contained in:
1
2025-11-04 14:01:17 +00:00
parent 699db8406b
commit 603c33c832
5 changed files with 7 additions and 32 deletions

View File

@@ -56,6 +56,7 @@ func (i *Input) GetPetInfo() *info.BattlePetEntity {
}
func (i *Input) ResetAttackValue() {
i.AttackValue.SkillID = 0
i.AttackValue.IsCritical = 0
}