mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 00:00:07 -08:00
8 lines
120 B
Protocol Buffer
8 lines
120 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_GameClosed {
|
|
extend GameEvent {
|
|
optional Event_GameClosed ext = 1002;
|
|
}
|
|
}
|