diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 09:50:55 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 09:50:55 -0400 |
commit | 4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b (patch) | |
tree | ed40569209b89735c89a120af7311b6d4439b14d /proto/data.proto | |
parent | 5ca1b6dbfd0dc112f7f1c5eebbd16e74f43f9c46 (diff) | |
download | lingo2-archipelago-4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b.tar.gz lingo2-archipelago-4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b.tar.bz2 lingo2-archipelago-4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b.zip |
Propagate complete_at to packed datafile
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 3737934..bd8cdc3 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -32,6 +32,8 @@ message Door { | |||
32 | repeated uint64 move_paintings = 4; | 32 | repeated uint64 move_paintings = 4; |
33 | 33 | ||
34 | repeated ProxyIdentifier panels = 5; | 34 | repeated ProxyIdentifier panels = 5; |
35 | uint64 complete_at = 12; | ||
36 | |||
35 | string control_center_color = 6; | 37 | string control_center_color = 6; |
36 | repeated string switches = 7; | 38 | repeated string switches = 7; |
37 | 39 | ||