summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:45:05 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-13 23:45:05 -0400
commit79321fca348b5126467fa64258b3c0340cc8b110 (patch)
tree96b3cb92b731182d3b8b48ba1381118567364829 /proto/human.proto
parent1e83b43cc1250129ab18ff68f5004c9b5f74080e (diff)
downloadlingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.gz
lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.tar.bz2
lingo2-archipelago-79321fca348b5126467fa64258b3c0340cc8b110.zip
Added the_gallery
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index b420cb4..64231a2 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -85,6 +85,7 @@ message HumanDoor {
85 repeated string switches = 7; 85 repeated string switches = 7;
86 repeated KeyholderIdentifier keyholders = 10; 86 repeated KeyholderIdentifier keyholders = 10;
87 repeated RoomIdentifier rooms = 11; 87 repeated RoomIdentifier rooms = 11;
88 repeated DoorIdentifier doors = 12;
88 89
89 optional DoorType type = 4; 90 optional DoorType type = 4;
90 optional string location_room = 5; 91 optional string location_room = 5;