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