Commit 836412c2 authored by chechunchi's avatar chechunchi

fix

parent a8e6ba24
Pipeline #19227 passed with stage
in 18 seconds
......@@ -440,9 +440,11 @@ message StocGameMessage {
// 表示形式选择
message MsgSelectPosition {
int32 player = 1; // 玩家编号
int32 code = 2; // 卡编号
repeated CardPosition positions = 3; // 可选表示形式
message SelectAblePosition { CardPosition position = 1; }
int32 player = 1; // 玩家编号
int32 code = 2; // 卡编号
repeated SelectAblePosition positions = 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