---@class KLSelectRolePanelView:UIKmlLuaViewBase ---@field UICreateRolePanel UIKmlLuaControl ---@field createRolePanel UIKmlLuaControl ---@field PlayerRole UIKmlLuaControl ---@field NewCreateButton UIKmlLuaControl ---@field GameObject UIKmlLuaControl ---@field CreatButton UIKmlLuaControl ---@field Image UIKmlLuaControl ---@field Right (1) UIKmlLuaControl ---@field Left (1) UIKmlLuaControl ---@field StartButton UIKmlLuaControl ---@field BackButton UIKmlLuaControl local KLSelectRolePanelView = {} setmetatable(KLSelectRolePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/CreateRole/Panel/KLSelectRole/KLSelectRolePanelKml' KLSelectRolePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLSelectRolePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLSelectRolePanelView.content) end return KLSelectRolePanelView