Commit 48be6a82 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/chain_end' into 'main'

add MsgChainEnd

See merge request !46
parents c83175eb d0327a51
Pipeline #21765 passed with stage
in 10 seconds
......@@ -719,6 +719,9 @@ message StocGameMessage {
// 连锁处理完成
message MsgChainSolved { int32 solved_index = 1; }
// 连锁完毕
message MsgChainEnd {}
message MsgAttack {
bool direct_attack = 1;
CardLocation attacker_location = 2;
......@@ -796,5 +799,6 @@ message StocGameMessage {
MsgAttack attack = 39;
MsgAttackDisabled attack_disable = 40;
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