10 lines
227 B
Plaintext
10 lines
227 B
Plaintext
|
LuaHandleValhallaLevelUpReq = {}
|
||
|
|
||
|
function LuaHandleValhallaLevelUpReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesValhallaLevelUpReq"
|
||
|
--local packet = LuaDistributesValhallaLevelUpReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|