|
|
|
@ -749,8 +749,9 @@ open class Session : RealmObject(), Savable, RowUpdatable, RowRepresentable, Tim |
|
|
|
|
|
|
|
|
|
|
|
copy.game = this.game |
|
|
|
copy.game = this.game |
|
|
|
copy.limit = this.limit |
|
|
|
copy.limit = this.limit |
|
|
|
copy.cgBiggestBet = this.cgBiggestBet |
|
|
|
copy.cgBlinds = this.cgBlinds |
|
|
|
copy.cgAnte = this.cgAnte |
|
|
|
copy.cgAnte = this.cgAnte |
|
|
|
|
|
|
|
copy.location = this.location |
|
|
|
copy.tournamentEntryFee = this.tournamentEntryFee |
|
|
|
copy.tournamentEntryFee = this.tournamentEntryFee |
|
|
|
copy.tournamentFeatures = this.tournamentFeatures |
|
|
|
copy.tournamentFeatures = this.tournamentFeatures |
|
|
|
copy.tournamentName = this.tournamentName |
|
|
|
copy.tournamentName = this.tournamentName |
|
|
|
|