summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 15:28:40 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-20 15:28:40 -0400
commitbcf503855107404ab3c8e0a7edd750c2720f8024 (patch)
treee3b9b98ac0e288fdf9135c161c525392e824191f /proto
parentd77c73397b684faa55f0e95484ac89ca68bde1ad (diff)
downloadlingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.tar.gz
lingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.tar.bz2
lingo2-archipelago-bcf503855107404ab3c8e0a7edd750c2720f8024.zip
Maps have display names now
Also added endings to the apworld.
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 0d43168..498543c 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -187,6 +187,7 @@ message Room {
187message Map { 187message Map {
188 optional uint64 id = 1; 188 optional uint64 id = 1;
189 optional string name = 2; 189 optional string name = 2;
190 optional string display_name = 3;
190} 191}
191 192
192message AllObjects { 193message AllObjects {