diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/human.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index d48f687..1c5b463 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -212,6 +212,10 @@ message HumanDoorGroups { | |||
212 | repeated HumanDoorGroup door_groups = 1; | 212 | repeated HumanDoorGroup door_groups = 1; |
213 | } | 213 | } |
214 | 214 | ||
215 | message HumanGlobalMetadata { | ||
216 | repeated string special_names = 1; | ||
217 | } | ||
218 | |||
215 | message IdMappings { | 219 | message IdMappings { |
216 | message RoomIds { | 220 | message RoomIds { |
217 | map<string, uint64> panels = 1; | 221 | map<string, uint64> panels = 1; |