【七界试炼】密保名称
parent
35e0c96748
commit
20ed8d5928
|
@ -2,7 +2,7 @@ require("Base/BasePanel")
|
||||||
local GeneralTreasurePanel = Inherit(BasePanel)
|
local GeneralTreasurePanel = Inherit(BasePanel)
|
||||||
local itemnum = 0
|
local itemnum = 0
|
||||||
local LocalData = {
|
local LocalData = {
|
||||||
[ActivityTypeDef.QiJieTreasure] = {hp = HELP_TYPE.QiJieTreasure,imgName = "d_danaotiangong_tiangongmibao_zh"},--七界秘宝
|
[ActivityTypeDef.QiJieTreasure] = {hp = HELP_TYPE.QiJieTreasure,imgName = "q_qjsl_qjmb2"},--七界秘宝
|
||||||
}
|
}
|
||||||
--初始化组件(用于子类重写)
|
--初始化组件(用于子类重写)
|
||||||
function GeneralTreasurePanel:InitComponent()
|
function GeneralTreasurePanel:InitComponent()
|
||||||
|
|
Loading…
Reference in New Issue