Fix turning cards face-up not having correct printing

This commit is contained in:
RickyRister 2025-07-16 03:13:46 -07:00
parent 95190c321c
commit 4e9951b71d
3 changed files with 5 additions and 3 deletions

View file

@ -9,4 +9,5 @@ message Event_FlipCard {
optional sint32 card_id = 2;
optional string card_name = 3;
optional bool face_down = 4;
optional string card_provider_id = 5;
}