Files
JJBB/Assets/Project/Script/LuaScripts/NetWork/Lua/Handle/LuaHandleValhallaLevelUpReq.txt

10 lines
227 B
Plaintext
Raw Normal View History

2024-08-23 15:49:34 +08:00
LuaHandleValhallaLevelUpReq = {}
function LuaHandleValhallaLevelUpReq.HandlePacket(mem)
--require "LuaDistributesValhallaLevelUpReq"
--local packet = LuaDistributesValhallaLevelUpReq.ExtraPacket(mem)
--print(packet)
end