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