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

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