CandyCollected

@Serializable
data class CandyCollected(val data: Map<String, JsonElement>? = null)

Constructors

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

Properties

Link copied to clipboard
val data: Map<String, JsonElement>? = null