From fc53398bc667f77efff8d4004e44663fbf244ac8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 10 Sep 2025 20:07:45 -0400 Subject: [Data] Add version number --- proto/data.proto | 2 ++ proto/human.proto | 1 + 2 files changed, 3 insertions(+) (limited to 'proto') diff --git a/proto/data.proto b/proto/data.proto index 014cbeb..827e639 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -260,6 +260,8 @@ message DoorGroup { } message AllObjects { + optional uint64 version = 15; + repeated Map maps = 7; repeated Room rooms = 1; repeated Door doors = 2; diff --git a/proto/human.proto b/proto/human.proto index 1c5b463..e5335e7 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -214,6 +214,7 @@ message HumanDoorGroups { message HumanGlobalMetadata { repeated string special_names = 1; + optional uint64 version = 2; } message IdMappings { -- cgit 1.4.1