mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
add new fields to proto
This commit is contained in:
parent
42ce9f4d89
commit
069662123d
2 changed files with 2 additions and 0 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