diff options
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 032cf3a..60b603b 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -105,6 +105,7 @@ message Door { | |||
105 | repeated uint64 rooms = 14; | 105 | repeated uint64 rooms = 14; |
106 | repeated uint64 doors = 15; | 106 | repeated uint64 doors = 15; |
107 | repeated uint64 endings = 16; | 107 | repeated uint64 endings = 16; |
108 | optional bool double_letters = 18; | ||
108 | 109 | ||
109 | optional DoorType type = 8; | 110 | optional DoorType type = 8; |
110 | 111 | ||