LuaHandleRetUpStarAssist = {} function LuaHandleRetUpStarAssist.HandlePacket(mem) require "LuaDistributesRetUpStarAssist" local packet = LuaDistributesRetUpStarAssist.ExtraPacket(mem) local upStarHelperPanel = CS.LuaUIManager.Instance:GetUIInstance("UpStarHelperPanel") if upStarHelperPanel ~= nil then upStarHelperPanel:GetComponent("MarketingUIBaseLua"):CallScriptFuncAtPath("UpStarHelperPanel.UpStarHelperInfo", packet) end end