Files
JJBB/Assets/Project/Script/LuaScripts/NetWork/Lua/Handle/LuaHandleRetUpStarAssist.txt

13 lines
442 B
Plaintext
Raw Normal View History

2024-08-23 15:49:34 +08:00
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