7 lines
141 B
Protocol Buffer
7 lines
141 B
Protocol Buffer
import "game_event_context.proto";
|
|
|
|
message Context_PingChanged {
|
|
extend GameEventContext {
|
|
optional Context_PingChanged ext = 1006;
|
|
}
|
|
}
|