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 ++ 1 file changed, 2 insertions(+) (limited to 'proto/data.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 { -- cgit 1.4.1