From 4db9ccf6adc4c90b5899a2bf8bf4c47a7392004b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 09:50:55 -0400 Subject: Propagate complete_at to packed datafile --- proto/data.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto') 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 { repeated uint64 move_paintings = 4; repeated ProxyIdentifier panels = 5; + uint64 complete_at = 12; + string control_center_color = 6; repeated string switches = 7; -- cgit 1.4.1