From bdffc8fe5dda6aa553017cd5bdbccafced225a55 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 7 Aug 2025 21:35:25 -0400 Subject: Added special IDs --- proto/data.proto | 1 + proto/human.proto | 1 + 2 files changed, 2 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index bea2563..3737934 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -107,4 +107,5 @@ message AllObjects { repeated Painting paintings = 4; repeated Port ports = 5; repeated Connection connections = 6; + map special_ids = 8; } diff --git a/proto/human.proto b/proto/human.proto index 1dcf2ab..c0a5e85 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -136,4 +136,5 @@ message IdMappings { } map maps = 1; + map special = 2; } -- cgit 1.4.1