about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-19 11:25:51 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-19 11:25:51 -0400
commit4c1dc83759d15b7f9f8aaddf580d2147f43fb845 (patch)
tree0cf3de102bee1837c7022f7e7df5e8979af54f96 /proto/human.proto
parent8ea8aef094f73ff6d16f209267c4037399a9a3e7 (diff)
downloadlingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.tar.gz
lingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.tar.bz2
lingo2-archipelago-4c1dc83759d15b7f9f8aaddf580d2147f43fb845.zip
Annotate "worldport entrances" HEAD main
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 8e7767a..c8d653f 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -217,6 +217,7 @@ message HumanRoom {
217message HumanMap { 217message HumanMap {
218 optional string display_name = 1; 218 optional string display_name = 1;
219 repeated string excluded_nodes = 2; 219 repeated string excluded_nodes = 2;
220 optional PortIdentifier worldport_entrance = 3;
220} 221}
221 222
222message HumanProgressive { 223message HumanProgressive {