---@class KLUIBuffInfoListPanelView:UIKmlLuaViewBase ---@field buffBg UIKmlLuaControl ---@field buffInfo_list UIKmlLuaControl ---@field closeBtn UIKmlLuaControl local KLUIBuffInfoListPanelView = {} setmetatable(KLUIBuffInfoListPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/MainUI/Panel/KLUIBuffInfoList/KLUIBuffInfoListPanelKml' KLUIBuffInfoListPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIBuffInfoListPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIBuffInfoListPanelView.content) end return KLUIBuffInfoListPanelView