10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
|
LuaHandleLuckWheelInfoReq = {}
|
||
|
|
||
|
function LuaHandleLuckWheelInfoReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesLuckWheelInfoReq"
|
||
|
--local packet = LuaDistributesLuckWheelInfoReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|