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

10 lines
193 B
Plaintext

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