Make undo draw failure visible in chat (#6889)

* [Server][Game] Make undo draw failure visible in chat

* genericize the proto
This commit is contained in:
RickyRister 2026-05-20 02:23:02 -07:00 committed by ebbit1q
parent 762f36335e
commit cb2ca152b7
8 changed files with 54 additions and 0 deletions

View file

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