10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
LuaHandleValhallaGodUpgReq = {}
|
||
|
|
||
|
function LuaHandleValhallaGodUpgReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesValhallaGodUpgReq"
|
||
|
--local packet = LuaDistributesValhallaGodUpgReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|