diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-27 16:29:50 -0400 |
commit | 804ad0c230672813efdca5b6816a5de49354f375 (patch) | |
tree | 40e65adad6a28a9d2899e3dbbad697ff42c8851b /proto/data.proto | |
parent | 5333430a092d4d8c42561f82c7ff6e57f8700455 (diff) | |
download | lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2 lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip |
Added control_center
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 1 |
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 | } |