---@class KLTradeBagPanelView:UIKmlLuaViewBase local KLTradeBagPanelView = {} setmetatable(KLTradeBagPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Trade/Panel/KLTradeBag/KLTradeBagPanelKml' KLTradeBagPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLTradeBagPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLTradeBagPanelView.content) end return KLTradeBagPanelView