---@class KLUICommonTalentPanelView:UIKmlLuaViewBase ---@field PointTitle UIKmlLuaControl ---@field PointText UIKmlLuaControl ---@field ResetButton UIKmlLuaControl ---@field SkillScrollview UIKmlLuaControl ---@field layout3 UIKmlLuaControl ---@field SkillDataList UIKmlLuaControl ---@field Tips UIKmlLuaControl local KLUICommonTalentPanelView = {} setmetatable(KLUICommonTalentPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/MasterTalent/Panel/KLUICommonTalent/KLUICommonTalentPanelKml' KLUICommonTalentPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUICommonTalentPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUICommonTalentPanelView.content) end return KLUICommonTalentPanelView