8 lines
172 B
Protocol Buffer
8 lines
172 B
Protocol Buffer
syntax = "proto2";
|
|
import "game_event_context.proto";
|
|
|
|
message Context_PingChanged {
|
|
extend GameEventContext {
|
|
optional Context_PingChanged ext = 1006;
|
|
}
|
|
}
|