Spooky

@Serializable
data class Spooky(val batsSpawned: Map<String, Double>? = null)

Constructors

Link copied to clipboard
constructor(batsSpawned: Map<String, Double>? = null)

Properties

Link copied to clipboard
@SerialName(value = "bats_spawned")
val batsSpawned: Map<String, Double>? = null