record-daemon: add game start and end metadata
record-daemon / Build, check and test (push) Successful in 2m9s

This commit is contained in:
2026-03-24 18:16:53 +01:00
parent fc7ba40b30
commit f90e549b1e
9 changed files with 1878 additions and 98 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ pub enum IpcNotification {
},
/// Game event received.
GameEvent { event: GameEvent },
GameEvent { event: Box<GameEvent> },
/// Daemon status changed.
StatusChanged { status: DaemonStatus },