Commit fbb059c6 authored by chechunchi's avatar chechunchi

fix MsgShuffleSetCard

parent cd10e6a5
Pipeline #22316 passed with stage
in 17 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