2026.3.4 爬塔失败结束自动战斗

This commit is contained in:
kongweiqiang 2026-03-04 09:34:54 +08:00
parent c7e608d9be
commit ea4601c93e

View File

@ -73,6 +73,9 @@ function UIClimbingTowerBattleFailedView:Init()
local node = self:GetTipsGo(i)
self.uiBase:AddButtonUniqueEventListener(node.button, self, self.OnGotoUI, i)
end
ManagerContainer.LuaBattleMgr:SetAutoChallengeTowerState(false)
end
function UIClimbingTowerBattleFailedView:OnGotoUI(btn, params)