Interface MatchGame

A game of a match.

Hierarchy

Properties

id: Id

ID of the match game.

number: number

The number of the match game in its parent match.

opponent1: null | ParticipantResult

First opponent of the match.

opponent2: null | ParticipantResult

Second opponent of the match.

parent_id: Id

ID of the parent match.

stage_id: Id

ID of the parent stage.

status: Status

Status of the match.

Generated using TypeDoc