Overview
Comment: | 0.0.2113 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9da9e5bf11b4a89fc257f310a520d677 |
User & Date: | 顽雨沉风 on 2023-07-23 16:07:40 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
16:13 | 0.0.2114 check-in: 36e55e73fe user: 顽雨沉风 tags: trunk | |
16:07 | 0.0.2113 check-in: 9da9e5bf11 user: 顽雨沉风 tags: trunk | |
16:07 | 0.0.2112 check-in: 9a271771c6 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ac0e6351a2] to [bbb2d529f0].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 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 _G.fun = {} --------------------------------- str["效果卡的种类表"] = {} | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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 math = math _G.fun = {} --------------------------------- str["效果卡的种类表"] = {} |
︙ | ︙ |