UpdateScoreboardSectionScoresEvent
Message
type UpdateScoreboardSectionScoresEvent = {
type: 'updateScoreboardSectionScores'
index: number
scores: ScoreEntry[]
}
Remarks
Upon receiving, client will:
- Raise a fatal error if section specified by
indexdoes not exist. - Update scores of section specified by
indextoscores.

