servatrice/common/pb/context_ping_changed.proto

7 lines
141 B
Protocol Buffer

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