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