Commit c1df90d4 authored by chechunchi's avatar chechunchi

add MsgShuffleSetCard

parent b67b483c
Pipeline #22303 passed with stage
in 15 seconds
......@@ -487,6 +487,13 @@ message StocGameMessage {
repeated int32 hands = 2; // 切洗之后的手牌编号
}
// 盖卡切洗
message MsgShuffleSetCard {
CardZone zone = 1;
repeated CardLocation from_locations = 2;
repeated CardLocation to_locations = 3;
}
// 战斗阶段可操作指示
message MsgSelectBattleCmd {
message BattleCmd {
......@@ -852,5 +859,6 @@ message StocGameMessage {
MsgConfirmCards confirm_cards = 45;
MsgBecomeTarget become_target = 46;
MsgToss toss = 47;
MsgShuffleSetCard shuffle_set_card = 48;
}
}
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