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

10 lines
209 B
Plaintext

LuaHandleReqDrawPoolInfo = {}
function LuaHandleReqDrawPoolInfo.HandlePacket(mem)
--require "LuaDistributesReqDrawPoolInfo"
--packet = LuaDistributesReqDrawPoolInfo.ExtraPacket(mem)
--print(packet)
end