ClaimSnapshot

data class ClaimSnapshot(val key: ClaimKey, val factionId: Int, val zoneType: String, val clusterId: UUID?, val isRaidable: Boolean, val id: Int = 0)

Constructors

Link copied to clipboard
constructor(key: ClaimKey, factionId: Int, zoneType: String, clusterId: UUID?, isRaidable: Boolean, id: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard