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 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 | ||
| 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 { |
