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