---@class KLSkillSelectPanelView:UIKmlLuaViewBase ---@field Close UIKmlLuaControl ---@field bg UIKmlLuaControl ---@field listMask UIKmlLuaControl ---@field loopscrollview UIKmlLuaControl ---@field loopscrollviewData UIKmlLuaControl local KLSkillSelectPanelView = {} setmetatable(KLSkillSelectPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Skill/Panel/KLSkillSelect/KLSkillSelectPanelKml' KLSkillSelectPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLSkillSelectPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLSkillSelectPanelView.content) end return KLSkillSelectPanelView