diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:25 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 21:35:25 -0400 |
commit | bdffc8fe5dda6aa553017cd5bdbccafced225a55 (patch) | |
tree | 700abb05d1a35536278fb6e1f7f0c3a98e9aae6a /proto | |
parent | c0c5431800d0306d01814e9902566c9b4fc9220b (diff) | |
download | lingo2-archipelago-bdffc8fe5dda6aa553017cd5bdbccafced225a55.tar.gz lingo2-archipelago-bdffc8fe5dda6aa553017cd5bdbccafced225a55.tar.bz2 lingo2-archipelago-bdffc8fe5dda6aa553017cd5bdbccafced225a55.zip |
Added special IDs
Diffstat (limited to 'proto')
-rw-r--r-- | proto/data.proto | 1 | ||||
-rw-r--r-- | proto/human.proto | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index bea2563..3737934 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -107,4 +107,5 @@ message AllObjects { | |||
107 | repeated Painting paintings = 4; | 107 | repeated Painting paintings = 4; |
108 | repeated Port ports = 5; | 108 | repeated Port ports = 5; |
109 | repeated Connection connections = 6; | 109 | repeated Connection connections = 6; |
110 | map<string, uint64> special_ids = 8; | ||
110 | } | 111 | } |
diff --git a/proto/human.proto b/proto/human.proto index 1dcf2ab..c0a5e85 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -136,4 +136,5 @@ message IdMappings { | |||
136 | } | 136 | } |
137 | 137 | ||
138 | map<string, MapIds> maps = 1; | 138 | map<string, MapIds> maps = 1; |
139 | map<string, uint64> special = 2; | ||
139 | } | 140 | } |