MapVote
A single step within the map veto process of a match series
type MapVote {
action: MapVoteAction
contestant: MatchSeriesContestant
gameMap: GameMap
}
Fields
MapVote.action
● MapVoteAction
enum
The action of the step
MapVote.contestant
● MatchSeriesContestant
object
The match series contestant responsible for the vote
MapVote.gameMap
● GameMap
object
The related game map of this step
Member Of
MatchSeries
object
Implemented By
FixtureData
union