HiscoreResult

class HiscoreResult(val id: Int, val rank: Int, val result: Int)

Constructors

Link copied to clipboard
constructor(id: Int, rank: Int, result: Int)

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String