---@class KLUICreateRolePanelView:UIKmlLuaViewBase ---@field create_panel UIKmlLuaControl ---@field closeBtn UIKmlLuaControl ---@field createrole_togglegroup UIKmlLuaControl ---@field createrole_layout UIKmlLuaControl ---@field createrole_model UIKmlLuaControl ---@field createrole_description UIKmlLuaControl ---@field lualoopscrollview UIKmlLuaControl ---@field att_list UIKmlLuaControl ---@field createrole_input UIKmlLuaControl ---@field btn_createrole_random UIKmlLuaControl ---@field text_createrole_unlock UIKmlLuaControl ---@field btn_createrole_create UIKmlLuaControl ---@field btn_createrole_unlock UIKmlLuaControl local KLUICreateRolePanelView = {} setmetatable(KLUICreateRolePanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/CreateRole/Panel/KLUICreateRole/KLUICreateRolePanelKml' KLUICreateRolePanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUICreateRolePanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUICreateRolePanelView.content) end return KLUICreateRolePanelView