refactor(fight): 简化initAttackers方法参数,移除无用参数sattack
This commit is contained in:
@@ -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) {
|
||||||
// 伤害值
|
// 伤害值
|
||||||
|
|
||||||
// 根据攻击方归属设置当前战斗的主/次攻击方属性
|
// 根据攻击方归属设置当前战斗的主/次攻击方属性
|
||||||
|
|||||||
Reference in New Issue
Block a user