---@class KLUIForgingMasterPanelView:UIKmlLuaViewBase ---@field btn_close UIKmlLuaControl ---@field img_bg UIKmlLuaControl ---@field img_13 UIKmlLuaControl ---@field img_14 UIKmlLuaControl ---@field text_title UIKmlLuaControl ---@field text_part_name UIKmlLuaControl ---@field text_tips UIKmlLuaControl ---@field now_level UIKmlLuaControl ---@field now_attr UIKmlLuaControl ---@field now_bonus UIKmlLuaControl ---@field next_level UIKmlLuaControl ---@field next_attr UIKmlLuaControl ---@field next_bonus UIKmlLuaControl local KLUIForgingMasterPanelView = {} setmetatable(KLUIForgingMasterPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Equip/Panel/KLUIForgingMaster/KLUIForgingMasterPanelKml' KLUIForgingMasterPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIForgingMasterPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIForgingMasterPanelView.content) end return KLUIForgingMasterPanelView