diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-03 21:51:34 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-03 21:51:34 -0400 |
commit | bed3397a3acb42104cbf085455954313178d8433 (patch) | |
tree | f4cd9f318b578c85e7a23c05896e7505c4c86e4b /proto/data.proto | |
parent | c5edb28bd91936ede3c7d31a9d934ef5428fba40 (diff) | |
download | lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.gz lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.tar.bz2 lingo2-archipelago-bed3397a3acb42104cbf085455954313178d8433.zip |
Added option for Daedalus roof access logic
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 9cdf5fd..855c28c 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -84,6 +84,8 @@ message Connection { | |||
84 | uint64 painting = 5; | 84 | uint64 painting = 5; |
85 | ProxyIdentifier panel = 6; | 85 | ProxyIdentifier panel = 6; |
86 | } | 86 | } |
87 | |||
88 | optional bool roof_access = 7; | ||
87 | } | 89 | } |
88 | 90 | ||
89 | message Door { | 91 | message Door { |