GameMap

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

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