servatrice/common/pb/event_user_left.proto
2012-01-21 19:21:57 +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;
}