- Add log

This commit is contained in:
ParticleG
2024-11-01 10:14:45 +08:00
parent 2fa653fffe
commit 37993c1669

View File

@@ -941,4 +941,8 @@ function Z.setOnBeforeQuit(func)
onBeforeQuit=assert(type(func)=='function' and func,"Z.setOnBeforeQuit(func): func must be function")
end
for k,v in next,_G do
print(k,v)
end
return Z