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

This commit is contained in:
昔念
2026-02-07 04:10:01 +08:00
parent 6316b393af
commit d312dfc791
4 changed files with 7 additions and 7 deletions

View File

@@ -378,7 +378,7 @@ func (f *FightC) enterturn(firstAttack, secondAttack *action.SelectSkillAction)
if f.Info.Status == info.BattleMode.FIGHT_WITH_NPC {
// println("AI出手")
f.Opp.GetAction()
go f.Opp.GetAction()
}