等级修改

This commit is contained in:
xiekaidong 2023-09-05 15:29:35 +08:00
parent 35d84fead7
commit 1e918f92f2

View File

@ -1,7 +1,7 @@
local BattleController = require "app/module/battle/controller/battle_controller"
local BattleControllerBossRush = class("BattleControllerBossRush", BattleController)
local SIDE_ATK = GConst.BattleConst.SIDE_ATK
local MAX_LV = 61
local MAX_LV = 41
function BattleControllerBossRush:getBoardConfig()
return ConfigManager:getConfig("chapter_board_bossrush")