Scores

inner class Scores(var nick: String, var iP: String, var score: Int)

Constructors

Link copied to clipboard
constructor(nick: String, iP: String, score: Int)

Properties

Link copied to clipboard
var iP: String
Link copied to clipboard
Link copied to clipboard
var score: Int