---@class KLUITeamMainPanelView:UIKmlLuaViewBase ---@field mask UIKmlLuaControl ---@field img_75 UIKmlLuaControl ---@field img_76 UIKmlLuaControl ---@field img_77 UIKmlLuaControl ---@field img_78 UIKmlLuaControl ---@field closeBtn UIKmlLuaControl ---@field toggle_team UIKmlLuaControl ---@field my_team UIKmlLuaControl ---@field text_82 UIKmlLuaControl ---@field near_team UIKmlLuaControl ---@field text_84 UIKmlLuaControl ---@field near_player UIKmlLuaControl ---@field text_86 UIKmlLuaControl ---@field my_friend UIKmlLuaControl ---@field text2 UIKmlLuaControl ---@field my_union UIKmlLuaControl ---@field text4 UIKmlLuaControl ---@field request_list UIKmlLuaControl ---@field text_88 UIKmlLuaControl ---@field HelpButton UIKmlLuaControl local KLUITeamMainPanelView = {} setmetatable(KLUITeamMainPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/Team/Panel/KLUITeamMain/KLUITeamMainPanelKml' KLUITeamMainPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUITeamMainPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUITeamMainPanelView.content) end return KLUITeamMainPanelView