Files
JJBB/Assets/Project/Script/LuaScripts/NetWork/Lua/Handle/LuaHandleReqChildrenInteract.txt
2024-08-23 15:49:34 +08:00

10 lines
231 B
Plaintext

LuaHandleReqChildrenInteract = {}
function LuaHandleReqChildrenInteract.HandlePacket(mem)
--require "LuaDistributesReqChildrenInteract"
--local packet = LuaDistributesReqChildrenInteract.ExtraPacket(mem)
--print(packet)
end