diff options
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 84d14ef..24b98fe 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -41,6 +41,9 @@ enum DoorGroupType { | |||
41 | // connections are not shuffled, but are not items at all when control center | 41 | // connections are not shuffled, but are not items at all when control center |
42 | // colors are not shuffled. | 42 | // colors are not shuffled. |
43 | COLOR_CONNECTOR = 2; | 43 | COLOR_CONNECTOR = 2; |
44 | |||
45 | // Groups with this type become an item if cyan door behavior is set to item. | ||
46 | CYAN_DOORS = 3; | ||
44 | } | 47 | } |
45 | 48 | ||
46 | enum AxisDirection { | 49 | enum AxisDirection { |