From c9da387ede51f207825b63d9f13036a7b661d4b3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 16:05:15 -0400 Subject: Started apworld vcpkg's libprotobuf is older than what PIP has, but neither are completely up to date either. Ugh. Doors have a room now because that's where the location will go. --- proto/data.proto | 2 ++ proto/human.proto | 1 + 2 files changed, 3 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index 37d59f3..3417c4c 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -24,6 +24,7 @@ message Connection { message Door { uint64 id = 1; uint64 map_id = 9; + uint64 room_id = 10; string name = 2; repeated string receivers = 3; @@ -88,6 +89,7 @@ message Room { repeated uint64 paintings = 5; repeated Letter letters = 6; repeated uint64 ports = 7; + repeated uint64 doors = 9; } message Map { 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 { repeated string switches = 7; DoorType type = 4; + string location_room = 5; } message HumanDoors { -- cgit 1.4.1