2023-10-16 15:12:47 +08:00
|
|
|
--新的命格管理
|
|
|
|
PotencyManager = {}
|
|
|
|
local this = PotencyManager
|
2023-10-27 16:16:37 +08:00
|
|
|
--local giftConfig=ConfigManager.GetConfig(ConfigName.PotentialNewConfig)
|
2023-10-16 15:12:47 +08:00
|
|
|
local equipConfig=ConfigManager.GetConfig(ConfigName.EquipConfig)
|
|
|
|
function this.Initialize()
|
|
|
|
this.allEquipData={}
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return this
|