mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-29 14:14:57 -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;
|
|
}
|
|
}
|