about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index bf216b9..7a1918a 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -130,6 +130,7 @@ message Door {
130 repeated uint64 doors = 15; 130 repeated uint64 doors = 15;
131 repeated uint64 endings = 16; 131 repeated uint64 endings = 16;
132 optional bool double_letters = 18; 132 optional bool double_letters = 18;
133 repeated string senders = 19;
133 134
134 optional DoorType type = 8; 135 optional DoorType type = 8;
135 136