From 3c26cedd030c464e3b8a5576a98c19eb45134658 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 14:28:56 -0400 Subject: Process the rest of the defined protos --- proto/data.proto | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index b3b6e6b..37d59f3 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -23,7 +23,7 @@ message Connection { message Door { uint64 id = 1; - uint64 map_id = 10; + uint64 map_id = 9; string name = 2; repeated string receivers = 3; @@ -33,8 +33,7 @@ message Door { string control_center_color = 6; repeated string switches = 7; - repeated string location_tags = 8; - repeated string item_tags = 9; + DoorType type = 8; } message Panel { @@ -42,8 +41,7 @@ message Panel { uint64 room_id = 2; string name = 3; - string nodepath = 4; - + string path = 4; string clue = 5; string answer = 6; repeated string symbols = 7; -- cgit 1.4.1