游戏王残局简化版

Check-in [29fb4006a0]
Login

Check-in [29fb4006a0]

Overview
Comment:0.0.686
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 29fb4006a01091dcc9f237d6df67223f6c330c6e2dcf15838d4d1993efb48325
User & Date: 顽雨沉风 on 2023-07-05 08:48:46
Other Links: manifest | tags
Context
2023-07-05
08:49
0.0.687 check-in: d9e1a16332 user: 顽雨沉风 tags: trunk
08:48
0.0.686 check-in: 29fb4006a0 user: 顽雨沉风 tags: trunk
08:47
0.0.685 check-in: 1e14de5096 user: 顽雨沉风 tags: trunk
Changes

Modified single_doc/卡组测试教程.md from [eae8db4edb] to [1f84d0dde5].

70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
~~~
Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  + DUEL_SIMPLE_AI
  , 5)
~~~

去除特定参数即可。

~~~
Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  , 5)
~~~
</details>







|







70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
~~~
Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  + DUEL_SIMPLE_AI
  , 5)
~~~

<b>去除</b>特定参数即可。

~~~
Debug.ReloadFieldBegin(
  DUEL_ATTACK_FIRST_TURN
  , 5)
~~~
</details>