pokemon-rogue-battle
    Preparing search index...

    Interface SystemSaveData

    interface SystemSaveData {
        achvUnlocks: AchvUnlocks;
        dexData: DexData;
        eggPity: number[];
        eggs: default[];
        gameStats: GameStats;
        gameVersion: string;
        gender: PlayerGender;
        secretId: number;
        starterData: StarterData;
        timestamp: number;
        trainerId: number;
        unlockPity: number[];
        unlocks: Unlocks;
        voucherCounts: VoucherCounts;
        voucherUnlocks: VoucherUnlocks;
    }
    Index

    Properties

    achvUnlocks: AchvUnlocks
    dexData: DexData
    eggPity: number[]
    eggs: default[]
    gameStats: GameStats
    gameVersion: string
    gender: PlayerGender
    secretId: number
    starterData: StarterData
    timestamp: number
    trainerId: number
    unlockPity: number[]
    unlocks: Unlocks
    voucherCounts: VoucherCounts
    voucherUnlocks: VoucherUnlocks