Interface ChangeRegionData

interface ChangeRegionData {
    currentRegion: MapRegion;
    pendingTreasureHuntLocation?: PendingTreasureHuntLocation;
    timeLeftExploration?: number;
}

Properties

currentRegion: MapRegion
pendingTreasureHuntLocation?: PendingTreasureHuntLocation
timeLeftExploration?: number