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