CfgPostRequire.lua 534 B

12345678910111213141516171819
  1. require "dev/CfgPost/cfg_pk_count_post"
  2. require "dev/CfgPost/cfg_newarea_offerreward_post"
  3. require "dev/CfgPost/cfg_equip_angelTalentLv_post"
  4. --案例
  5. --cfg_att_score_post = class()
  6. --local this = cfg_att_score_post
  7. --this.isInit = false
  8. -----@return void @使用时才调用
  9. --function this.InitOnUse()
  10. -- if this.isInit then
  11. -- return
  12. -- end
  13. -- this.isInit = true
  14. -- local cfgTable = SL:GetConfigTable('cfg_att_score')
  15. -- ---@param v cfg_att_score_column
  16. -- for k, v in pairs(cfgTable) do
  17. --
  18. -- end
  19. --end