Files
JJBB/Assets/Project/Script/LuaScripts/NetWork/Lua/Handle/LuaHandleReqDrawPoolInfo.txt

10 lines
209 B
Plaintext
Raw Normal View History

2024-08-23 15:49:34 +08:00
LuaHandleReqDrawPoolInfo = {}
function LuaHandleReqDrawPoolInfo.HandlePacket(mem)
--require "LuaDistributesReqDrawPoolInfo"
--packet = LuaDistributesReqDrawPoolInfo.ExtraPacket(mem)
--print(packet)
end