10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
LuaHandleValhallaInstancePdtReq = {}
|
||
|
|
||
|
function LuaHandleValhallaInstancePdtReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesValhallaInstancePdtReq"
|
||
|
--packet = LuaDistributesValhallaInstancePdtReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|