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