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