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.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index de20128..d7538da 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -303,6 +303,8 @@ message DoorGroup {
303 optional uint64 ap_id = 3; 303 optional uint64 ap_id = 3;
304 optional DoorGroupType type = 4; 304 optional DoorGroupType type = 4;
305 repeated uint64 doors = 5; 305 repeated uint64 doors = 5;
306
307 optional bool daedalus_only_always_item = 6;
306} 308}
307 309
308message AllObjects { 310message AllObjects {