servatrice/common/pb/context_connection_state_changed.proto

7 lines
163 B
Protocol Buffer

import "game_event_context.proto";
message Context_ConnectionStateChanged {
extend GameEventContext {
optional Context_ConnectionStateChanged ext = 1007;
}
}