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 d3933c4..211a7ac 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -104,6 +104,7 @@ message Door {
104 repeated KeyholderAnswer keyholders = 13; 104 repeated KeyholderAnswer keyholders = 13;
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 108
108 optional DoorType type = 8; 109 optional DoorType type = 8;
109} 110}