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