Overview
| Comment: | 0.0.2440 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6f9888787e144fce2a587fdba0ab16db |
| User & Date: | 顽雨沉风 on 2023-08-02 01:55:57.487 |
| Other Links: | manifest | tags |
Context
|
2023-08-02
| ||
| 01:57 | 0.0.2441 check-in: dd1a253607 user: 顽雨沉风 tags: trunk | |
| 01:55 | 0.0.2440 check-in: 6f9888787e user: 顽雨沉风 tags: trunk | |
| 01:54 | 0.0.2439 check-in: 02651e8468 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [8a5b0a38f7]
to [8624e12b14].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
local str = {}
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
| > > > > > > > > < < < < < < < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
local str = {}
local math = math
local string = string
local table = table
_G.fun = {}
---------------------------------
local cache_1
local cache_2
local cache_3
local cache_4
local cache_5
local cache_6
local cache_7
local cache_8
local cache_9
local _
str["效果卡的种类表"] = {
TYPE_SPELL
, TYPE_TRAP
, TYPE_EFFECT
}
|
| ︙ | ︙ |