2018-11-30 16:49:01 +01:00

6 lines
103 B
Kotlin

package adrienmalin.pingpoints
data class Player {
var name: String = "",
var score: Int = 0
}