Commit 8da57e29 authored by Chunchi Che's avatar Chunchi Che

fix MsgAttack

parent be66d514
Pipeline #21590 passed with stage
in 13 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