Interface ExploreMapLocationData

interface ExploreMapLocationData {
    MapRegion_id: string;
    description: string;
    energyRequired: string;
    id: string;
    levelRequired: string;
    name: string;
    priceToExploreImmediately: number;
    timeToExplore: string;
    timeToExploreText: string;
    x: string;
    xp: string;
    y: string;
}

Properties

MapRegion_id: string
description: string
energyRequired: string
id: string
levelRequired: string
name: string
priceToExploreImmediately: number
timeToExplore: string

Minutes

timeToExploreText: string
x: string
xp: string
y: string