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