Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ISettingsProfiles

    interface ISettingsProfiles {
        activeProfileId: string;
        lastActiveProfile: { [gameId: string]: string };
        nextProfileId: string;
    }
    Index

    Properties

    activeProfileId: string
    lastActiveProfile: { [gameId: string]: string }
    nextProfileId: string