Support viewing the bottom X cards of library

This commit is contained in:
ZeldaZach 2024-12-30 22:43:57 -05:00
parent 0402d4b853
commit 7c5a13c0b2
No known key found for this signature in database
19 changed files with 119 additions and 38 deletions

View file

@ -8,4 +8,5 @@ message Event_DumpZone {
optional sint32 zone_owner_id = 1;
optional string zone_name = 2;
optional sint32 number_cards = 3;
optional bool is_reversed = 4 [default = false];
}