123456789101112 |
- ---@class KLBigSecretCopyRewardPanelView:UIKmlLuaViewBase
- local KLBigSecretCopyRewardPanelView = {}
- setmetatable(KLBigSecretCopyRewardPanelView,UIKmlLuaViewBase)
- local kmlPath = 'dev/outui/BigSecretCopy/Panel/KLBigSecretCopyReward/KLBigSecretCopyRewardPanelKml'
- KLBigSecretCopyRewardPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt')
- ---@param parent UIKmlLuaControl
- function KLBigSecretCopyRewardPanelView:Init(parent)
-
- self:InitRoot(parent,kmlPath,KLBigSecretCopyRewardPanelView.content)
- end
- return KLBigSecretCopyRewardPanelView
|