parent
fe6f621681
commit
25fcd3fead
@ -0,0 +1,9 @@ |
||||
package net.pokeranalytics.android.model.realm |
||||
|
||||
import io.realm.RealmObject |
||||
|
||||
class TournamentFeature : RealmObject() { |
||||
|
||||
var name: String = "" |
||||
|
||||
} |
||||
Loading…
Reference in new issue