Commit 784d9bd6 authored by Chunchi Che's avatar Chunchi Che

add MsgBecomeTarget

parent b38ac93e
Pipeline #22206 failed with stage
in 1 minute and 45 seconds
......@@ -759,6 +759,11 @@ message StocGameMessage {
repeated CardInfo cards = 2;
}
// 成为选择的对象
message MsgBecomeTarget {
repeated locations = 1; // 被选择卡的位置
}
// 断线重连
message MsgReloadField {
message ZoneAction {
......@@ -832,5 +837,6 @@ message StocGameMessage {
MsgAnnounce announce = 43;
MsgLpUpdate lp_update = 44;
MsgConfirmCards confirm_cards = 45;
MsgBecomeTarget become_target = 46;
}
}
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