summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/human.proto5
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
166message HumanMap {
167 optional string display_name = 1;
168 repeated string excluded_nodes = 2;
169}
170
166message IdMappings { 171message IdMappings {
167 message RoomIds { 172 message RoomIds {
168 map<string, uint64> panels = 1; 173 map<string, uint64> panels = 1;