SongGuess
    Preparing search index...

    Interface PersistedAbstractGame

    interface PersistedAbstractGame {
        currentQuestionIndex: number;
        gamePhase: GamePhase;
        isRunning: boolean;
        questionStartTime: number;
        questionTick: number;
        roundCurrent: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    currentQuestionIndex: number
    gamePhase: GamePhase
    isRunning: boolean
    questionStartTime: number
    questionTick: number
    roundCurrent: number