diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:56:49 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-13 23:56:49 -0400 |
commit | c474cb27e4e68e64f98f8fe0375a63c5c3552705 (patch) | |
tree | f5015a32652061939f8ada58e0506b49fa249516 /proto | |
parent | 79321fca348b5126467fa64258b3c0340cc8b110 (diff) | |
download | lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.gz lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.tar.bz2 lingo2-archipelago-c474cb27e4e68e64f98f8fe0375a63c5c3552705.zip |
Assigned IDs for the_gallery
Diffstat (limited to '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 f60d54f..49a940c 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -76,6 +76,7 @@ message Door { | |||
76 | repeated string switches = 7; | 76 | repeated string switches = 7; |
77 | repeated KeyholderAnswer keyholders = 13; | 77 | repeated KeyholderAnswer keyholders = 13; |
78 | repeated uint64 rooms = 14; | 78 | repeated uint64 rooms = 14; |
79 | repeated uint64 doors = 15; | ||
79 | 80 | ||
80 | optional DoorType type = 8; | 81 | optional DoorType type = 8; |
81 | } | 82 | } |