record-daemon: add game start and end metadata
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m9s
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m9s
This commit is contained in:
@@ -153,7 +153,7 @@ pub enum IpcNotification {
|
||||
},
|
||||
|
||||
/// Game event received.
|
||||
GameEvent { event: GameEvent },
|
||||
GameEvent { event: Box<GameEvent> },
|
||||
|
||||
/// Daemon status changed.
|
||||
StatusChanged { status: DaemonStatus },
|
||||
|
||||
Reference in New Issue
Block a user