This commit is contained in:
xiekaidong 2023-06-12 18:54:27 +08:00
parent f20f435227
commit 5def9aed8a

View File

@ -28,7 +28,7 @@ end
-- 不同模块的战斗需要初始化的东西 -- 不同模块的战斗需要初始化的东西
function BattleControllerDungeonGold:initOther() function BattleControllerDungeonGold:initOther()
self.dungeonGoldMaxRoundCount = self:getBoardConfig()[self.chapterId].wave_limit or 1 self.dungeonGoldMaxRoundCount = self:getChapterConfig()[self.chapterId].wave_limit or 1
end end
function BattleControllerDungeonGold:controllBattleEnd() function BattleControllerDungeonGold:controllBattleEnd()