diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/human.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index 64231a2..6cec66d 100644 --- a/proto/human.proto +++ b/proto/human.proto | |||
@@ -163,6 +163,11 @@ message HumanRoom { | |||
163 | repeated HumanMastery masteries = 8; | 163 | repeated HumanMastery masteries = 8; |
164 | } | 164 | } |
165 | 165 | ||
166 | message HumanMap { | ||
167 | optional string display_name = 1; | ||
168 | repeated string excluded_nodes = 2; | ||
169 | } | ||
170 | |||
166 | message IdMappings { | 171 | message IdMappings { |
167 | message RoomIds { | 172 | message RoomIds { |
168 | map<string, uint64> panels = 1; | 173 | map<string, uint64> panels = 1; |