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

@ -38,6 +38,8 @@ message GameCommand {
UNCONCEDE = 1032;
JUDGE = 1033;
REVERSE_TURN = 1034;
DRAFT_OPTIONS_SELECT = 1035;
DRAFT_PICK_SELECT = 1036;
}
extensions 100 to max;
}