mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 07:22:16 -07:00
Merge branch 'master' into custom-zones
This commit is contained in:
commit
d90e4a99ac
39 changed files with 411 additions and 72 deletions
|
|
@ -27,4 +27,5 @@ message Command_CreateToken {
|
|||
optional TargetMode target_mode = 11;
|
||||
|
||||
optional string card_provider_id = 12;
|
||||
optional bool face_down = 13;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,4 +15,5 @@ message Event_CreateToken {
|
|||
optional sint32 x = 8;
|
||||
optional sint32 y = 9;
|
||||
optional string card_provider_id = 10;
|
||||
optional bool face_down = 11;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue