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