13 lines
442 B
Plaintext
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
|
|
|
|
|