From c43aad993afcf6bfb38bb485ad992268dcd58b9a Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 21:34:14 -0400 Subject: Added four_rooms --- proto/human.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'proto') diff --git a/proto/human.proto b/proto/human.proto index 1dcf2ab..d9b3e32 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -115,6 +115,11 @@ message HumanPort { DoorIdentifier required_door = 4; } +message HumanKeyholder { + string name = 1; + string path = 2; +} + message HumanRoom { string name = 1; string display_name = 2; @@ -123,6 +128,7 @@ message HumanRoom { repeated HumanPainting paintings = 4; repeated Letter letters = 5; repeated HumanPort ports = 6; + repeated HumanKeyholder keyholders = 7; } message IdMappings { -- cgit 1.4.1