diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:28:40 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-20 15:28:40 -0400 |
commit | bcf503855107404ab3c8e0a7edd750c2720f8024 (patch) | |
tree | e3b9b98ac0e288fdf9135c161c525392e824191f /proto | |
parent | d77c73397b684faa55f0e95484ac89ca68bde1ad (diff) | |
download | lingo2-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.proto | 1 |
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 { | |||
187 | message Map { | 187 | message 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 | ||
192 | message AllObjects { | 193 | message AllObjects { |