ProfileData

class ProfileData(var hits: Int = 0, var time: Long = 0)(source)

Constructors

Link copied to clipboard
constructor(hits: Int = 0, time: Long = 0)

Properties

Link copied to clipboard
var hits: Int
Link copied to clipboard
var time: Long