Differences From 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]
To Artifact [545c68a1bb]:
- File script/c0.lua — part of check-in [e8292ea50d] at 2023-07-15 10:33:20 on branch trunk — 0.0.1327 (user: 顽雨沉风, size: 8726) [annotate] [blame] [check-ins using]
1 2 3 4 5 |
if _G["fun"] then --{
Debug.Message("23")
return
end --}
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
if _G["fun"] then --{
Debug.Message("23")
return
end --}
Debug.Message("23")
str = {}
fun = {}
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
|
| ︙ | ︙ |