GameEventGameActionBombPlanted
The bomb has been planted (only for CS2)
type GameEventGameActionBombPlanted {
bombSide: String
player: GamePlayer!
}
Fields
GameEventGameActionBombPlanted.bombSide
● String
scalar
Site where the bomb had been planted
GameEventGameActionBombPlanted.player
● GamePlayer!
non-null object
The player who planted the bomb
Implemented By
GameEventGameActionData
union