servatrice/common/pb/context_ping_changed.proto
2015-08-25 23:40:08 -04:00

8 lines
172 B
Protocol Buffer

syntax = "proto2";
import "game_event_context.proto";
message Context_PingChanged {
extend GameEventContext {
optional Context_PingChanged ext = 1006;
}
}