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