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 49eaccd..d5d03ff 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -72,6 +72,7 @@ message HumanDoor {
72 repeated string switches = 7; 72 repeated string switches = 7;
73 73
74 DoorType type = 4; 74 DoorType type = 4;
75 string location_room = 5;
75} 76}
76 77
77message HumanDoors { 78message HumanDoors {