Differences From Artifact [9466b584f1]:
- File script/c0.lua — part of check-in [995608299a] at 2023-07-15 10:08:11 on branch trunk — 0.0.1311 (user: 顽雨沉风, size: 8781) [annotate] [blame] [check-ins using]
To Artifact [ee711f070b]:
- File script/c0.lua — part of check-in [9b7588e90b] at 2023-07-15 10:09:08 on branch trunk — 0.0.1312 (user: 顽雨沉风, size: 8820) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + |
if _G["c0.lua_已加载"] then --{
Debug.Message("已加载")
return
end --}
Debug.Message("未加载")
Debug.Message(_G["c0.lua_已加载"])
str = {}
fun = {}
fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2) --{
|
| ︙ |