summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-27 16:29:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-27 16:29:50 -0400
commit804ad0c230672813efdca5b6816a5de49354f375 (patch)
tree40e65adad6a28a9d2899e3dbbad697ff42c8851b /proto
parent5333430a092d4d8c42561f82c7ff6e57f8700455 (diff)
downloadlingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.gz
lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.tar.bz2
lingo2-archipelago-804ad0c230672813efdca5b6816a5de49354f375.zip
Added control_center
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
-rw-r--r--proto/human.proto1
2 files changed, 2 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}
diff --git a/proto/human.proto b/proto/human.proto index e0021c2..1a15c59 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -86,6 +86,7 @@ message HumanDoor {
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 repeated DoorIdentifier doors = 12;
89 repeated string endings = 13;
89 90
90 optional DoorType type = 4; 91 optional DoorType type = 4;
91 optional string location_room = 5; 92 optional string location_room = 5;