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

add MsgSelectTribute

parent 3090fbcb
Pipeline #20912 passed with stage
in 18 seconds
......@@ -532,6 +532,21 @@ message StocGameMessage {
repeated Info selected_cards = 7; // 已经选择的选项
}
message MsgSelectTribute {
message Info {
int32 code = 1;
CardLocation location = 2;
int32 level = 3;
int32 response = 4;
}
int32 player = 1;
bool cancelable = 2;
int32 min = 3;
int32 max = 4;
repeated Info selectable_cards = 5;
}
message MsgSelectSum {
message Info {
int32 code = 1;
......@@ -673,5 +688,6 @@ message StocGameMessage {
MsgUpdateData update_data = 23;
MsgReloadField reload_field = 24;
MsgSelectSum select_sum = 25;
MsgSelectTribute select_tribute = 26;
}
}
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