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

10 lines
223 B
Plaintext
Raw Normal View History

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