FlashbangActivatedMessage

@Serializable
data class FlashbangActivatedMessage(val position: Vec3, val blinds: Map<@Serializable(with = UUIDSerializer::class) UUID, FlashbangBlindEffectData>)

Constructors

Link copied to clipboard
constructor(position: Vec3, blinds: Map<@Serializable(with = UUIDSerializer::class) UUID, FlashbangBlindEffectData>)

Types

Properties

Link copied to clipboard
Link copied to clipboard
@Serializable(with = Vec3Serializer::class)
val position: Vec3