BaseHouse

interface BaseHouse(source)

Base interface for house related classes.

Inheritors

Properties

Link copied to clipboard
abstract val houseId: Int

The internal ID of the house.

Link copied to clipboard
open val imageUrl: String

URL to the house's image.

Link copied to clipboard
open val url: String

The URL to the house's information page.

Link copied to clipboard
abstract val world: String

The world where this house is located.