---@class KLUIMyTeamPanelView:UIKmlLuaViewBase ---@field prefab_12 UIKmlLuaControl ---@field team_scrollview UIKmlLuaControl ---@field team_gridview UIKmlLuaControl ---@field team_datalist UIKmlLuaControl ---@field closeGridviewButton UIKmlLuaControl ---@field panel_25 UIKmlLuaControl ---@field createteambtn UIKmlLuaControl ---@field leaveteambtn UIKmlLuaControl ---@field Activity_Title UIKmlLuaControl ---@field Activity_Button2 UIKmlLuaControl ---@field Activity_Text UIKmlLuaControl ---@field Activity_Button UIKmlLuaControl ---@field Activity_Gridview UIKmlLuaControl ---@field ActivityDataList UIKmlLuaControl ---@field TeamLv_Title UIKmlLuaControl ---@field TeamLv_Button2 UIKmlLuaControl ---@field TeamLv_Text UIKmlLuaControl ---@field TeamLv_Button UIKmlLuaControl ---@field TeamLv_Gridview UIKmlLuaControl ---@field TeamLvDataList UIKmlLuaControl ---@field ShoutingButton UIKmlLuaControl local KLUIMyTeamPanelView = {} setmetatable(KLUIMyTeamPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Team/Panel/KLUIMyTeam/KLUIMyTeamPanelKml' KLUIMyTeamPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIMyTeamPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIMyTeamPanelView.content) end return KLUIMyTeamPanelView