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