Commit fed8c382 authored by Chunchi Che's avatar Chunchi Che

add MsgChainSolved

parent 30d0ceb9
Pipeline #21622 passed with stage
in 10 seconds
......@@ -716,6 +716,9 @@ message StocGameMessage {
CardLocation location = 2;
}
// 连锁处理完成
message MsgChainSolved { int32 solved_index = 1; }
message MsgAttack {
bool direct_attack = 1;
CardLocation attacker_location = 2;
......@@ -792,5 +795,6 @@ message StocGameMessage {
MsgChaining chaining = 38;
MsgAttack attack = 39;
MsgAttackDisabled attack_disable = 40;
MsgChainSolved chain_solved = 41;
}
}
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