Commit d0327a51 authored by Chunchi Che's avatar Chunchi Che

add MsgChainEnd

parent c83175eb
Pipeline #21764 passed with stage
in 11 seconds
...@@ -719,6 +719,9 @@ message StocGameMessage { ...@@ -719,6 +719,9 @@ message StocGameMessage {
// 连锁处理完成 // 连锁处理完成
message MsgChainSolved { int32 solved_index = 1; } message MsgChainSolved { int32 solved_index = 1; }
// 连锁完毕
message MsgChainEnd {}
message MsgAttack { message MsgAttack {
bool direct_attack = 1; bool direct_attack = 1;
CardLocation attacker_location = 2; CardLocation attacker_location = 2;
...@@ -796,5 +799,6 @@ message StocGameMessage { ...@@ -796,5 +799,6 @@ message StocGameMessage {
MsgAttack attack = 39; MsgAttack attack = 39;
MsgAttackDisabled attack_disable = 40; MsgAttackDisabled attack_disable = 40;
MsgChainSolved chain_solved = 41; MsgChainSolved chain_solved = 41;
MsgChainEnd chain_end = 42;
} }
} }
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