Files
JJBB/Assets/Project/Script/LuaScripts/NetWork/Lua/Handle/LuaHandleRetUpStarAssist.txt
2024-08-23 15:49:34 +08:00

13 lines
442 B
Plaintext

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