10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
|
LuaHandleReqChildrenInteract = {}
|
||
|
|
||
|
function LuaHandleReqChildrenInteract.HandlePacket(mem)
|
||
|
--require "LuaDistributesReqChildrenInteract"
|
||
|
--local packet = LuaDistributesReqChildrenInteract.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|