fix: 修复空提交问题

This commit is contained in:
1
2025-11-18 23:41:31 +00:00
parent 6831861e0d
commit 24f2a6d7c8
14 changed files with 71 additions and 55 deletions

View File

@@ -37,6 +37,8 @@ func (f *baseplayer) SetFightC(ff common.FightI) {
f.FightC = ff
}
func (f *baseplayer) QuitFight() {
//将战斗标记设置为0 这里的标记是
atomic.StoreUint32(&f.canFight, 0)