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