游戏王残局简化版

Check-in [995608299a]
Login

Check-in [995608299a]

Overview
Comment:0.0.1311
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 995608299ab134d8f8cec0be9bd56c35586f03591d4c6f2c91084345fb6c546f
User & Date: 顽雨沉风 on 2023-07-15 10:08:11
Other Links: manifest | tags
Context
2023-07-15
10:09
0.0.1312 check-in: 9b7588e90b user: 顽雨沉风 tags: trunk
10:08
0.0.1311 check-in: 995608299a user: 顽雨沉风 tags: trunk
10:05
0.0.1310 check-in: 82a246aff8 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [a69000e679] to [9466b584f1].

1
2




3
4
5
6
7
8
9






str = {}

fun = {}

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{

|
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13

if _G["c0.lua_已加载"] then --{
  Debug.Message("已加载")
  return
  end --}
Debug.Message("未加载")
str = {}

fun = {}

fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin

Debug.ReloadFieldBegin = function(str_1, str_2) --{