summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index e0021c2..1a15c59 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -86,6 +86,7 @@ message HumanDoor {
86 repeated KeyholderIdentifier keyholders = 10; 86 repeated KeyholderIdentifier keyholders = 10;
87 repeated RoomIdentifier rooms = 11; 87 repeated RoomIdentifier rooms = 11;
88 repeated DoorIdentifier doors = 12; 88 repeated DoorIdentifier doors = 12;
89 repeated string endings = 13;
89 90
90 optional DoorType type = 4; 91 optional DoorType type = 4;
91 optional string location_room = 5; 92 optional string location_room = 5;