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

10 lines
227 B
Plaintext

LuaHandleGainHappyGoldenReq = {}
function LuaHandleGainHappyGoldenReq.HandlePacket(mem)
--require "LuaDistributesGainHappyGoldenReq"
--local packet = LuaDistributesGainHappyGoldenReq.ExtraPacket(mem)
--print(packet)
end