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

9 lines
171 B
Protocol Buffer

import "room_event.proto";
message Event_RoomSay {
extend RoomEvent {
optional Event_RoomSay ext = 1002;
}
optional string name = 1;
optional string message = 2;
}