mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
add comment
This commit is contained in:
parent
d9a7b5c796
commit
4607419237
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ message CardToMove {
|
||||||
// Id of the card in its current zone
|
// Id of the card in its current zone
|
||||||
optional sint32 card_id = 1 [default = -1];
|
optional sint32 card_id = 1 [default = -1];
|
||||||
|
|
||||||
// Places the card face down, hiding its name
|
// If true, places the card face down, hiding its name.
|
||||||
|
// If false, forcibly turns the card face up.
|
||||||
|
// If not set, defers the resulting face down state to the server.
|
||||||
optional bool face_down = 2;
|
optional bool face_down = 2;
|
||||||
|
|
||||||
// When moving add this value to the power/toughness field of the card
|
// When moving add this value to the power/toughness field of the card
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue