diff options
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 6 |
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 | ||
118 | message HumanKeyholder { | ||
119 | string name = 1; | ||
120 | string path = 2; | ||
121 | } | ||
122 | |||
118 | message HumanRoom { | 123 | message 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 | ||
128 | message IdMappings { | 134 | message IdMappings { |