PokéRogue
    Preparing search index...

    Interface RunEntry

    interface RunEntry {
        entry: SessionSaveData;
        isFavorite: boolean;
        isVictory: boolean;
    }
    Index

    entry

    isFavorite: boolean

    Automatically set to false at the moment - implementation TBD

    isVictory: boolean