GameEventGameActionBombPlantBegan
Bomb is being planted
type GameEventGameActionBombPlantBegan {
bombSide: String
player: GamePlayer!
}
Fields
GameEventGameActionBombPlantBegan.bombSide
● String
scalar
Site where the bomb is being planted
GameEventGameActionBombPlantBegan.player
● GamePlayer!
non-null object
The player who is planting the bomb
Implemented By
GameEventGameActionData
union