summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/human.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c0a5e85..e8da304 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -115,6 +115,11 @@ message HumanPort {
115 DoorIdentifier required_door = 4; 115 DoorIdentifier required_door = 4;
116} 116}
117 117
118message HumanKeyholder {
119 string name = 1;
120 string path = 2;
121}
122
118message HumanRoom { 123message HumanRoom {
119 string name = 1; 124 string name = 1;
120 string display_name = 2; 125 string display_name = 2;
@@ -123,6 +128,7 @@ message HumanRoom {
123 repeated HumanPainting paintings = 4; 128 repeated HumanPainting paintings = 4;
124 repeated Letter letters = 5; 129 repeated Letter letters = 5;
125 repeated HumanPort ports = 6; 130 repeated HumanPort ports = 6;
131 repeated HumanKeyholder keyholders = 7;
126} 132}
127 133
128message IdMappings { 134message IdMappings {