@ -7,9 +7,6 @@ import io.realm.annotations.RealmClass
@RealmClass
open class Result : RealmObject() {
// the user associated to this session result
var player: Player? = null
// The buyin amount
var buyin: Double? = null
set(value) {