Commit 30d0ceb9 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'feat/attack' into 'main'

fix MsgAttack

See merge request !44
parents be66d514 8da57e29
Pipeline #21591 passed with stage
in 16 seconds
......@@ -716,7 +716,11 @@ message StocGameMessage {
CardLocation location = 2;
}
message MsgAttack { CardLocation location = 1; }
message MsgAttack {
bool direct_attack = 1;
CardLocation attacker_location = 2;
CardLocation target_location = 3;
}
message MsgAttackDisabled {}
......
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