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