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 f60d54f..49a940c 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -76,6 +76,7 @@ message Door {
76 repeated string switches = 7; 76 repeated string switches = 7;
77 repeated KeyholderAnswer keyholders = 13; 77 repeated KeyholderAnswer keyholders = 13;
78 repeated uint64 rooms = 14; 78 repeated uint64 rooms = 14;
79 repeated uint64 doors = 15;
79 80
80 optional DoorType type = 8; 81 optional DoorType type = 8;
81} 82}