summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
-rw-r--r--proto/human.proto1
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index dd7a2a3..274010d 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -54,6 +54,7 @@ message Panel {
54 repeated Proxy proxies = 8; 54 repeated Proxy proxies = 8;
55 55
56 uint64 required_door = 9; 56 uint64 required_door = 9;
57 uint64 required_room = 11;
57} 58}
58 59
59message Painting { 60message Painting {
diff --git a/proto/human.proto b/proto/human.proto index 3edd984..0de1f0e 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -96,6 +96,7 @@ message HumanPanel {
96 repeated Proxy proxies = 6; 96 repeated Proxy proxies = 6;
97 97
98 DoorIdentifier required_door = 7; 98 DoorIdentifier required_door = 7;
99 RoomIdentifier required_room = 8;
99} 100}
100 101
101message HumanPainting { 102message HumanPainting {