Commit 2c320ae2 authored by nanahira's avatar nanahira

fix

parent 94baa164
Pipeline #4233 passed with stages
in 1 minute and 27 seconds
......@@ -16,6 +16,6 @@ public enum CardRule : int
/// <summary>简体中文</summary>
CCG = 9,
/// <summary>简体中文/TCG</summary>
CCGTCG = 0xa,
CCGTCG = 0xb,
}
}
......@@ -6,7 +6,7 @@
0x3 OCG & TCG
0x4 Custom
0x9 简体中文
0xa 简体中文 & TCG
0xb 简体中文 & TCG
##attribute
0x0 属性 N/A
0x1 地
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment