Package-level declarations

Types

Link copied to clipboard
data class HouseElement(val type: String, val id: Int)

Represents the HouseElement model of the Clash of Clans API. HouseElements are individual elements that make up a player's house in the capital.

Link copied to clipboard
data class PlayerHouse(val elements: List<HouseElement>)

Represents the PlayerHouse model of the Clash of Clans API.