MatchState

Object describing the different match states.

MatchState

PRE = 0,
RUNNING = 1,
POST = 2,

Last updated