RecentMobKill

@Serializable
data class RecentMobKill(val xp: Double? = null, val timestamp: Long? = null)

Constructors

Link copied to clipboard
constructor(xp: Double? = null, timestamp: Long? = null)

Properties

Link copied to clipboard
val timestamp: Long? = null
Link copied to clipboard
val xp: Double? = null