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