Differences From Artifact [1c806f582f]:
- File script/c0.lua — part of check-in [13683fe2a2] at 2023-07-15 10:31:59 on branch trunk — 0.0.1325 (user: 顽雨沉风, size: 8684) [annotate] [blame] [check-ins using]
To Artifact [038bbd045d]:
- File script/c0.lua — part of check-in [7e2c08ae2e] at 2023-07-15 10:32:55 on branch trunk — 0.0.1326 (user: 顽雨沉风, size: 8707) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 |
if _G["fun"] then --{
return
end --}
str = {}
fun = {}
| > | 1 2 3 4 5 6 7 8 9 10 |
if _G["fun"] then --{
Debug.Message("23")
return
end --}
str = {}
fun = {}
|
| ︙ | ︙ |