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-27 10:12:58 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-27 10:12:58 -0400
commitcf638697c17ec186b5da88ea92fc005371c9eab7 (patch)
tree14e0968de95350d72a4f6e8f4384e47d8a97d8a5 /proto/human.proto
parent9cff6398c142822325154633e24d033a591b217e (diff)
downloadlingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.gz
lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.bz2
lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.zip
Assign stable IDs for shuffleable worldports
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 a5f7a7c..1cd0f10 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -264,6 +264,7 @@ message IdMappings {
264 map<string, uint64> panels = 1; 264 map<string, uint64> panels = 1;
265 map<string, uint64> masteries = 2; 265 map<string, uint64> masteries = 2;
266 map<string, uint64> keyholders = 3; 266 map<string, uint64> keyholders = 3;
267 map<string, uint64> ports = 4;
267 } 268 }
268 269
269 message MapIds { 270 message MapIds {