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