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.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto/data.proto b/proto/data.proto index 24b98fe..014cbeb 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -44,6 +44,9 @@ enum DoorGroupType {
44 44
45 // Groups with this type become an item if cyan door behavior is set to item. 45 // Groups with this type become an item if cyan door behavior is set to item.
46 CYAN_DOORS = 3; 46 CYAN_DOORS = 3;
47
48 // Groups with this type always become an item if door shuffle is on.
49 SHUFFLE_GROUP = 4;
47} 50}
48 51
49enum AxisDirection { 52enum AxisDirection {
@@ -119,7 +122,6 @@ message Door {
119 optional uint64 complete_at = 12; 122 optional uint64 complete_at = 12;
120 123
121 optional string control_center_color = 6; 124 optional string control_center_color = 6;
122 repeated string switches = 7;
123 repeated KeyholderAnswer keyholders = 13; 125 repeated KeyholderAnswer keyholders = 13;
124 repeated uint64 rooms = 14; 126 repeated uint64 rooms = 14;
125 repeated uint64 doors = 15; 127 repeated uint64 doors = 15;