---@class KLUIBossHpPanelView:UIKmlLuaViewBase ---@field bg UIKmlLuaControl ---@field sliderHp UIKmlLuaControl ---@field sliderHp2 UIKmlLuaControl ---@field name UIKmlLuaControl ---@field club_name UIKmlLuaControl ---@field icon UIKmlLuaControl ---@field KLUIBossHpButton UIKmlLuaControl ---@field item_layout UIKmlLuaControl ---@field drop_data_list UIKmlLuaControl ---@field snatchBtn UIKmlLuaControl local KLUIBossHpPanelView = {} setmetatable(KLUIBossHpPanelView,UIKmlLuaViewBase) local kmlPath = 'dev/ui/MainUI/Panel/KLUIBossHp/KLUIBossHpPanelKml' KLUIBossHpPanelView.content = CS.TCFramework.LuaManager.LoadFileText(kmlPath,nil,'.txt') ---@param parent UIKmlLuaControl function KLUIBossHpPanelView:Init(parent) self:InitRoot(parent,kmlPath,KLUIBossHpPanelView.content) end return KLUIBossHpPanelView