servatrice/common/pb/event_user_left.proto
2016-12-11 19:22:39 +01:00

9 lines
183 B
Protocol Buffer

syntax = "proto2";
import "session_event.proto";
message Event_UserLeft {
extend SessionEvent {
optional Event_UserLeft ext = 1008;
}
optional string name = 1;
}