---@class KLMonthCardActiveEffectPanelView:UIKmlLuaViewBase ---@field MonthCard_ActiveIcon UIKmlLuaControl local KLMonthCardActiveEffectPanelView = {} setmetatable(KLMonthCardActiveEffectPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/MonthCard/Panel/KLMonthCardActiveEffect/KLMonthCardActiveEffectPanelKml' KLMonthCardActiveEffectPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLMonthCardActiveEffectPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLMonthCardActiveEffectPanelView.content) end return KLMonthCardActiveEffectPanelView