about summary refs log tree commit diff stats
path: root/proto/data.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/data.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/data.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 d79f47d..a9e1d0d 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -264,6 +264,7 @@ message Map {
264 optional uint64 id = 1; 264 optional uint64 id = 1;
265 optional string name = 2; 265 optional string name = 2;
266 optional string display_name = 3; 266 optional string display_name = 3;
267 optional uint64 worldport_entrance = 4;
267} 268}
268 269
269message Progressive { 270message Progressive {