mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 04:40:50 -08:00
9 lines
172 B
Protocol Buffer
9 lines
172 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event_context.proto";
|
|
|
|
message Context_PingChanged {
|
|
extend GameEventContext {
|
|
optional Context_PingChanged ext = 1006;
|
|
}
|
|
}
|