1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-20 00:47:15 +08:00
parent 7996e19900
commit b52dd783b3

View File

@@ -99,11 +99,12 @@ func (f *FightC) UseSkill(c common.PlayerI, id uint32) {
for _, v := range f.GetInputByPlayer(c, false).CurrentPet.Skills {
if v.ID == int(id) {
ret.SkillEntity = v
f.actionChan <- ret
break
}
}
f.actionChan <- ret
}
// 玩家使用技能