Overview
| Comment: | 0.0.476 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d95f4949086fdc968ef75c9da8735d3c |
| User & Date: | 顽雨沉风 on 2023-06-30 04:32:17.738 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 04:32 | 0.0.477 check-in: 2ed229a931 user: 顽雨沉风 tags: trunk | |
| 04:32 | 0.0.476 check-in: d95f494908 user: 顽雨沉风 tags: trunk | |
| 04:30 | 0.0.475 check-in: 6923758b37 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [394d0c2552]
to [53e6abc5b8].
1 2 3 4 5 6 7 8 9 10 11 12 13 |
local str = {}
local fun = {}
local cache_1
local cache_2
local cache_3
_G["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
| > > > > > | 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)
end
_G["通关邀请"] = function()
local effect_1
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
|
| ︙ | ︙ |