Commit 2006e72d authored by Chunchi Che's avatar Chunchi Che

Merge branch 'new_pharse' into 'main'

fix small

See merge request !6
parents 639a4112 5379e62a
Pipeline #18309 passed with stage
in 13 seconds
......@@ -209,15 +209,16 @@ message StocGameMessage {
message MsgNewPhase {
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; // 回合结束
DRAW = 1; // 抽卡阶段
STANDBY = 2;
MAIN1 = 3; // 第一主要阶段
BATTLE_START = 4; // 战斗开始
BATTLE_STEP = 5;
DAMAGE = 6; // 伤害阶段
DAMAGE_GAL = 7; // 伤害计算阶段
BATTLE = 8;
MAIN2 = 9; // 第二主要阶段
END = 10; // 回合结束
}
PhaseType phase_type = 1;
......
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