10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
LuaHandleMazeInfoReq = {}
|
|
|
|
function LuaHandleMazeInfoReq.HandlePacket(mem)
|
|
--require "LuaDistributesMazeInfoReq"
|
|
--local packet = LuaDistributesMazeInfoReq.ExtraPacket(mem)
|
|
--print(packet)
|
|
end
|
|
|
|
|