refactor(fight): 简化initAttackers方法参数,移除无用参数sattack

This commit is contained in:
1
2025-09-21 17:18:22 +00:00
parent 9ebe4173a5
commit 6e38877d52

View File

@@ -397,7 +397,7 @@ func (f *FightC) parseskill(attacker, defender *input.Input, id *SelectSkillActi
}
}
func (f *FightC) initAttackers(fattack, sattack BattleActionI) {
func (f *FightC) initAttackers(fattack BattleActionI) {
// 伤害值
// 根据攻击方归属设置当前战斗的主/次攻击方属性