Commit 8cfeb7ac authored by Chunchi Che's avatar Chunchi Che

update small

parent 7e282007
Pipeline #18832 passed with stage
in 19 seconds
......@@ -337,12 +337,14 @@ message StocGameMessage {
// 位置选择操作提示
message MsgSelectPlace {
message SelectAblePlace {
int32 player = 1;
int32 controler = 1;
CardZone zone = 2;
int32 sequence = 3;
}
repeated SelectAblePlace places = 1;
int32 player = 1;
int32 count = 2;
repeated SelectAblePlace places = 3;
}
oneof gameMsg {
......
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