servatrice/common/pb/event_user_left.proto
2015-08-25 23:40:08 -04: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;
}