GameMap
@Serializable
Map-specific information about scores.
Parameters
type
the map's type (i.e. "Center", "RedHome", "BlueHome", or "GreenHome")
scores
the scores
objectives
the map's objectives
bonuses
the bonuses granted by this map
Constructors
Link copied to clipboard
constructor(type: String, scores: List<Int>, objectives: List<GW2v1WvwMatchDetails.GameMap.Objective>, bonuses: List<GW2v1WvwMatchDetails.GameMap.Bonus>)