Cookies

@Serializable
data class Cookies(val current: Int? = null)

Cookie information.

Constructors

Link copied to clipboard
constructor(current: Int? = null)

Properties

Link copied to clipboard
val current: Int? = null

The current number of cookies the house has received.