Differences From Artifact [53e6abc5b8]:
- File script/c0.lua — part of check-in [d95f494908] at 2023-06-30 04:32:17 on branch trunk — 0.0.476 (user: 顽雨沉风, size: 1742) [annotate] [blame] [check-ins using]
To Artifact [a4784fec2c]:
- File script/c0.lua — part of check-in [2ed229a931] at 2023-06-30 04:32:42 on branch trunk — 0.0.477 (user: 顽雨沉风, size: 1789) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + |
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
_G["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
|
| ︙ |