From a3972a65b9b443a6085a6ac40b153442e190f382 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 1 Sep 2025 12:54:46 -0400 Subject: Added progressive doors --- proto/human.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index c7e2f5d..8d882da 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -183,6 +183,15 @@ message HumanMap { repeated string excluded_nodes = 2; } +message HumanProgressive { + optional string name = 1; + repeated DoorIdentifier doors = 2; +} + +message HumanProgressives { + repeated HumanProgressive progressives = 1; +} + message IdMappings { message RoomIds { map panels = 1; @@ -198,4 +207,5 @@ message IdMappings { map special = 2; map letters = 3; map endings = 4; + map progressives = 5; } -- cgit 1.4.1