servatrice/common/pb/proto/event_user_left.proto
2011-12-29 19:40:41 +01:00

8 lines
149 B
Protocol Buffer

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