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