mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
Automatically attach related cards to the original card
This commit is contained in:
parent
9ca1329cac
commit
8826908923
3 changed files with 25 additions and 6 deletions
|
|
@ -11,6 +11,8 @@ message Command_CreateToken {
|
|||
optional bool destroy_on_zone_change = 6;
|
||||
optional sint32 x = 7;
|
||||
optional sint32 y = 8;
|
||||
optional string target_zone = 9;
|
||||
optional sint32 target_card_id = 10 [default = -1];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue