Commit 1bdc9c2b authored by Chunchi Che's avatar Chunchi Che

sync neos-protobuf

parent 6f2368cd
Pipeline #18310 passed with stages
in 2 minutes and 36 seconds
Subproject commit 639a41120a8a01da0c41a00e2df3c7ad15c50034
Subproject commit 2006e72d50bfb10cf78573eb6327a3e8ded39133
......@@ -3857,14 +3857,15 @@ export namespace ygopro {
export enum PhaseType {
UNKNOWN = 0,
DRAW = 1,
MAIN1 = 2,
BATTLE_START = 3,
BATTLE_STEP = 4,
DAMAGE = 5,
DAMAGE_GAL = 6,
BATTLE = 7,
MAIN2 = 8,
END = 9,
STANDBY = 2,
MAIN1 = 3,
BATTLE_START = 4,
BATTLE_STEP = 5,
DAMAGE = 6,
DAMAGE_GAL = 7,
BATTLE = 8,
MAIN2 = 9,
END = 10,
}
}
}
......
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