---@class KLUnionBossMainPanelView:UIKmlLuaViewBase ---@field osa_boss UIKmlLuaControl ---@field btn_close UIKmlLuaControl ---@field img_icon_kill UIKmlLuaControl ---@field osa_reward UIKmlLuaControl ---@field btn_enter UIKmlLuaControl ---@field txt_pass_tip UIKmlLuaControl local KLUnionBossMainPanelView = {} setmetatable(KLUnionBossMainPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/outui/Union/Panel/KLUnionBossMain/KLUnionBossMainPanelKml' KLUnionBossMainPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUnionBossMainPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUnionBossMainPanelView.content) end return KLUnionBossMainPanelView