GameEventGameActionRoundStarted
The round in the game has been started (only for CS2)
type GameEventGameActionRoundStarted {
roundNo: Int!
}
Fields
GameEventGameActionRoundStarted.roundNo
● Int!
non-null scalar
The sequence number of the round (1, 2, 3, ...)
Implemented By
GameEventGameActionData
union