GW2v2WvwMatchStats
@Serializable
Information about a WvW match stats.
Parameters
id
the match's ID
deaths
the deaths by team color
kills
the deaths by team color
maps
the stats by map
Constructors
Link copied to clipboard
constructor(id: GW2WvwMatchId, deaths: Map<String, Int>, kills: Map<String, Int>, maps: List<GW2v2WvwMatchStats.GameMap>)