---@class KLMountEquipPanelView:UIKmlLuaViewBase ---@field closeBtn UIKmlLuaControl ---@field ownerMountRoot UIKmlLuaControl ---@field model UIKmlLuaControl ---@field mountInfoToggle UIKmlLuaControl ---@field mountEquipToggle UIKmlLuaControl ---@field pos51 UIKmlLuaControl ---@field pos52 UIKmlLuaControl ---@field pos53 UIKmlLuaControl ---@field pos54 UIKmlLuaControl ---@field pos55 UIKmlLuaControl ---@field skillIcon UIKmlLuaControl ---@field skillName UIKmlLuaControl ---@field skillDes UIKmlLuaControl ---@field desBtn UIKmlLuaControl ---@field bagGrid UIKmlLuaControl ---@field skillBg UIKmlLuaControl ---@field closeBtn2 UIKmlLuaControl local KLMountEquipPanelView = {} setmetatable(KLMountEquipPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Mount/Panel/KLMountEquip/KLMountEquipPanelKml' KLMountEquipPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLMountEquipPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLMountEquipPanelView.content) end return KLMountEquipPanelView