Add config-driven game host updates
This commit is contained in:
@@ -7,6 +7,7 @@ export interface GameSessionState {
|
||||
startedAt: number | null
|
||||
endedAt: number | null
|
||||
completedControlIds: string[]
|
||||
skippedControlIds: string[]
|
||||
currentTargetControlId: string | null
|
||||
inRangeControlId: string | null
|
||||
score: number
|
||||
|
||||
Reference in New Issue
Block a user