PokéRogue
    Preparing search index...
    interface RunEntry {
        entry: SessionSaveData;
        isFavorite: boolean;
        isVictory: boolean;
    }
    Index

    Properties

    entry

    isFavorite: boolean

    Automatically set to false at the moment - implementation TBD

    isVictory: boolean