ContinentMap

constructor(id: Int, name: String, minLevel: Int, maxLevel: Int, defaultFloor: Int, mapRect: Rectangle, continentRect: Rectangle, labelCoord: Coordinates, pointsOfInterest: Map<Int, PointOfInterest>, tasks: Map<Int, HeartTask>, skillChallenges: List<SkillChallenge>, sectors: Map<Int, Sector>, adventures: List<Adventure>, masteryPoints: List<MasteryPoint>)