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

@ -33,6 +33,8 @@ message GameEvent {
// STOP_DUMP_ZONE = 2019; // obsolete
CHANGE_ZONE_PROPERTIES = 2020;
REVERSE_TURN = 2021;
DRAFT_PACK = 2022;
DRAFT_PICK_SELECT = 2023;
}
optional sint32 player_id = 1 [default = -1];
extensions 100 to max;