MapVote
A single step within the map veto process of a match series
type MapVote {
action: MapVoteAction
contestant: MatchSeriesContestant
gameMap: GameMap
matchSeries: MatchSeries
}
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
MapVote.matchSeries ● MatchSeries object
Related match series data
Member Of
MatchSeries object
Implemented By
FixtureData union