Commit aba62b5b authored by Chunchi Che's avatar Chunchi Che

add MsgSortCard

parent ff89698e
Pipeline #21043 passed with stage
in 17 seconds
...@@ -666,6 +666,18 @@ message StocGameMessage { ...@@ -666,6 +666,18 @@ message StocGameMessage {
repeated Info options = 4; repeated Info options = 4;
} }
// 卡牌排序
message MsgSortCard {
message Info {
int32 code = 1;
CardLocation location = 2;
int32 response = 3;
}
int32 player = 1; // 玩家编号
repeated Info options = 2;
}
// 断线重连 // 断线重连
message MsgReloadField { message MsgReloadField {
message ZoneAction { message ZoneAction {
...@@ -722,5 +734,6 @@ message StocGameMessage { ...@@ -722,5 +734,6 @@ message StocGameMessage {
MsgSelectTribute select_tribute = 26; MsgSelectTribute select_tribute = 26;
MsgUpdateCounter update_counter = 27; MsgUpdateCounter update_counter = 27;
MsgSelectCounter select_counter = 28; MsgSelectCounter select_counter = 28;
MsgSortCard sort_card = 29;
} }
} }
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