10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
LuaHandleFlashCloudBuyInfoReq = {}
|
|
|
|
function LuaHandleFlashCloudBuyInfoReq.HandlePacket(mem)
|
|
--require "LuaDistributesFlashCloudBuyInfoReq"
|
|
--local packet = LuaDistributesFlashCloudBuyInfoReq.ExtraPacket(mem)
|
|
--print(packet)
|
|
end
|
|
|
|
|