interface Settings {
    autoExploreLocations: AutoExploreLocation[];
    debug: boolean;
    explorationHistory: ExplorationResult[];
    explorations: boolean;
    favourites: ExportableFavourite[];
    market: boolean;
    minigames: boolean;
    unlocked: boolean;
    wishlist: WishedItem[];
}

Hierarchy

  • Context
    • Settings

Properties

autoExploreLocations: AutoExploreLocation[]
debug: boolean
explorationHistory: ExplorationResult[]
explorations: boolean
favourites: ExportableFavourite[]
market: boolean
minigames: boolean
unlocked: boolean
wishlist: WishedItem[]