diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-27 10:12:58 -0400 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-27 10:12:58 -0400 | 
| commit | cf638697c17ec186b5da88ea92fc005371c9eab7 (patch) | |
| tree | 14e0968de95350d72a4f6e8f4384e47d8a97d8a5 /proto/data.proto | |
| parent | 9cff6398c142822325154633e24d033a591b217e (diff) | |
| download | lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.gz lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.tar.bz2 lingo2-archipelago-cf638697c17ec186b5da88ea92fc005371c9eab7.zip | |
Assign stable IDs for shuffleable worldports
Diffstat (limited to 'proto/data.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 d84c598..d68c5c9 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
| @@ -201,6 +201,7 @@ message PaintingData { | |||
| 201 | 201 | ||
| 202 | message Port { | 202 | message Port { | 
| 203 | optional uint64 id = 1; | 203 | optional uint64 id = 1; | 
| 204 | optional uint64 ap_id = 11; | ||
| 204 | optional uint64 room_id = 2; | 205 | optional uint64 room_id = 2; | 
| 205 | optional string name = 3; | 206 | optional string name = 3; | 
| 206 | 207 | ||
