PredictionScenario
Varying events that carry changes to different game aspects
union PredictionScenario = MatchOvertimeScenario | MatchSeriesWinScenario | MatchWinScenario | RoundWinScenario
Possible types
PredictionScenario.MatchOvertimeScenario
object
Scenario for predicting if a match goes into overtime
PredictionScenario.MatchSeriesWinScenario
object
Scenario for predicting the winner of a match series
PredictionScenario.MatchWinScenario
object
Scenario for predicting the winner of a match
PredictionScenario.RoundWinScenario
object
Scenario for predicting the winner of a round
Member Of
Prediction
object