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