Commit c83175eb authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/chain' into 'main'

add MsgChainSolved

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