Overview
| Comment: | 0.0.477 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2ed229a9315174b354f703f01c10c297 |
| User & Date: | 顽雨沉风 on 2023-06-30 04:32:42.149 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 04:35 | 0.0.478 check-in: bf6cc894c2 user: 顽雨沉风 tags: trunk | |
| 04:32 | 0.0.477 check-in: 2ed229a931 user: 顽雨沉风 tags: trunk | |
| 04:32 | 0.0.476 check-in: d95f494908 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [53e6abc5b8]
to [a4784fec2c].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
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)
end
_G["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
| > | 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()
|
| ︙ | ︙ |