10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
|
LuaHandleGainHappyGoldenReq = {}
|
||
|
|
||
|
function LuaHandleGainHappyGoldenReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesGainHappyGoldenReq"
|
||
|
--local packet = LuaDistributesGainHappyGoldenReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|