Commit cca0b323 authored by Chunchi Che's avatar Chunchi Che

add MsgWait

parent 9711eef5
Pipeline #20775 failed with stage
in 15 seconds
......@@ -561,6 +561,9 @@ message StocGameMessage {
// TODO: 原因
}
// 等待对手操作
message MsgWait {}
oneof gameMsg {
MsgStart start = 1;
MsgDraw draw = 2;
......@@ -582,5 +585,6 @@ message StocGameMessage {
MsgSelectYesNo select_yes_no = 18;
MsgUpdateHp update_hp = 19;
MsgWin win = 20;
MsgWait wait = 21;
}
}
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