summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:56:49 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:56:49 -0400
commitc474cb27e4e68e64f98f8fe0375a63c5c3552705 (patch)
treef5015a32652061939f8ada58e0506b49fa249516 /proto
parent79321fca348b5126467fa64258b3c0340cc8b110 (diff)
downloadlingo2-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.proto1
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}