战斗表现修改提交

dev_chengFeng
wangzhenxing 2023-01-13 14:41:41 +08:00
parent 693774b012
commit a3a8277390
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ function this:BindEvent()
if BattleManager.IsCanOperate() and not BattleLogic.IsEnd then
BattleView.EndBattle()
BattleLogic.IsEnd = true
this:ClosePanel()
end
end)