You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/framework/lualib/3rd/hotfix/helper/hotfix_module_names.lua

13 lines
401 B
Lua

-- Module names need hotfix.
-- hotfix_helper.lua will reload this module in check().
-- So it can be changed dynamically.
local hotfix_module_names = {
--"node.game.service.agent.module.build.buildCtrl",
--"node.game.service.agent.module.queue.queueCtrl",
--"node.game.service.agent.module.itemBag.itemBagCtrl",
--"node.game.service.agent.module.army.armyCtrl"
}
return hotfix_module_names