Commit 68a20f07 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/shuffle_set_card' into 'main'

fix MsgShuffleSetCard

See merge request !55
parents cd10e6a5 fbb059c6
Pipeline #22317 passed with stage
in 12 seconds
......@@ -489,9 +489,9 @@ message StocGameMessage {
// 盖卡切洗
message MsgShuffleSetCard {
CardZone zone = 1;
repeated CardLocation from_locations = 2;
repeated CardLocation to_locations = 3;
CardZone zone = 1; // 区域编号
repeated CardLocation from_locations =
2; // 洗切前的卡location,以洗切后的顺序排列
}
// 战斗阶段可操作指示
......
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