add new fields to proto

This commit is contained in:
RickyRister 2025-04-06 03:13:56 -07:00
parent 42ce9f4d89
commit 069662123d
2 changed files with 2 additions and 0 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;
}