diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-10 20:07:45 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-10 20:07:45 -0400 |
commit | fc53398bc667f77efff8d4004e44663fbf244ac8 (patch) | |
tree | 9d7d68ac287abbbfe5c9909257d7ae736b0a0283 /proto | |
parent | 1cb8bd3d8a0010bd82bbe0a4df0486c091f861a3 (diff) | |
download | lingo2-archipelago-fc53398bc667f77efff8d4004e44663fbf244ac8.tar.gz lingo2-archipelago-fc53398bc667f77efff8d4004e44663fbf244ac8.tar.bz2 lingo2-archipelago-fc53398bc667f77efff8d4004e44663fbf244ac8.zip |
[Data] Add version number
Diffstat (limited to 'proto')
-rw-r--r-- | proto/data.proto | 2 | ||||
-rw-r--r-- | proto/human.proto | 1 |
2 files changed, 3 insertions, 0 deletions
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 { | |||
260 | } | 260 | } |
261 | 261 | ||
262 | message AllObjects { | 262 | message AllObjects { |
263 | optional uint64 version = 15; | ||
264 | |||
263 | repeated Map maps = 7; | 265 | repeated Map maps = 7; |
264 | repeated Room rooms = 1; | 266 | repeated Room rooms = 1; |
265 | repeated Door doors = 2; | 267 | 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 { | |||
214 | 214 | ||
215 | message HumanGlobalMetadata { | 215 | message HumanGlobalMetadata { |
216 | repeated string special_names = 1; | 216 | repeated string special_names = 1; |
217 | optional uint64 version = 2; | ||
217 | } | 218 | } |
218 | 219 | ||
219 | message IdMappings { | 220 | message IdMappings { |