Commit b38ac93e authored by Chunchi Che's avatar Chunchi Che

update MsgWin

parent 44727f71
Pipeline #22188 passed with stage
in 15 seconds
......@@ -588,15 +588,8 @@ message StocGameMessage {
}
message MsgWin {
enum ActionType {
UNKNOWN = 0;
Win = 1; // 胜利
Defeated = 2; // 失败
}
int32 player = 1; // 玩家编号
ActionType type_ = 2;
// TODO: 原因
int32 win_player = 1; // 胜利的玩家编号
int32 reason = 2; // 胜利的原因
}
// 等待对手操作
......
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