Automatically attach related cards to the original card

This commit is contained in:
Fabio Bas 2015-06-13 15:40:59 +02:00
parent 9ca1329cac
commit 8826908923
3 changed files with 25 additions and 6 deletions

View file

@ -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];
}