From c0c5431800d0306d01814e9902566c9b4fc9220b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 17:18:47 -0400 Subject: Assign AP IDs to doors and panels --- proto/human.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'proto/human.proto') diff --git a/proto/human.proto b/proto/human.proto index d5d03ff..1dcf2ab 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -124,3 +124,16 @@ message HumanRoom { repeated Letter letters = 5; repeated HumanPort ports = 6; } + +message IdMappings { + message RoomIds { + map panels = 1; + } + + message MapIds { + map doors = 1; + map rooms = 2; + } + + map maps = 1; +} -- cgit 1.4.1