protocol changes for drafting

This commit is contained in:
ebbit1q 2025-09-02 13:52:30 +02:00
parent 5381562a5e
commit c4026cd1ec
17 changed files with 212 additions and 2 deletions

View file

@ -53,4 +53,10 @@ message ServerInfo_Card {
// unique id of this kind of card, extends the name to specify a specific printing of a card
optional string provider_id = 17;
// index of the selection this card was picked in
optional sint32 draft_pick_selection_index = 64 [default = -1];
// user that picked this card
optional sint32 draft_pick_by_user_id = 65 [default = -1];
}