Merge branch 'master' into custom-zones

This commit is contained in:
Basile Clement 2025-05-07 01:46:58 +02:00 committed by GitHub
commit d90e4a99ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 411 additions and 72 deletions

View file

@ -27,4 +27,5 @@ message Command_CreateToken {
optional TargetMode target_mode = 11;
optional string card_provider_id = 12;
optional bool face_down = 13;
}

View file

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