Commit cd10e6a5 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/shuffle_set_card' into 'main'

add MsgShuffleSetCard

See merge request !54
parents b67b483c c1df90d4
Pipeline #22304 passed with stage
in 10 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