GameMap

constructor(id: Long, type: String, deaths: Map<String, Long>, kills: Map<String, Long>)

Parameters

id

the map's ID

type

the map's type (i.e. "Center", "RedHome", "BlueHome", or "GreenHome")

deaths

the deaths by team color

kills

the deaths by team color