diff options
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 d9b3e32..e8da304 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -142,4 +142,5 @@ message IdMappings { | |||
142 | } | 142 | } |
143 | 143 | ||
144 | map<string, MapIds> maps = 1; | 144 | map<string, MapIds> maps = 1; |
145 | map<string, uint64> special = 2; | ||
145 | } | 146 | } |