Zframework finished

This commit is contained in:
MrZ_26
2020-07-08 20:26:28 +08:00
parent cdd5194108
commit a3302ab2bc
47 changed files with 308 additions and 275 deletions

View File

@@ -57,7 +57,7 @@ return{
if L==100 then
local T=P.stat.time
return
T<=30 and 5 or
T<=32 and 5 or
T<=50 and 4 or
T<=80 and 3 or
2