From 804ad0c230672813efdca5b6816a5de49354f375 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 27 Aug 2025 16:29:50 -0400 Subject: Added control_center --- proto/data.proto | 1 + proto/human.proto | 1 + 2 files changed, 2 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index d3933c4..211a7ac 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -104,6 +104,7 @@ message Door { repeated KeyholderAnswer keyholders = 13; repeated uint64 rooms = 14; repeated uint64 doors = 15; + repeated uint64 endings = 16; optional DoorType type = 8; } 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 { repeated KeyholderIdentifier keyholders = 10; repeated RoomIdentifier rooms = 11; repeated DoorIdentifier doors = 12; + repeated string endings = 13; optional DoorType type = 4; optional string location_room = 5; -- cgit 1.4.1