diff options
-rw-r--r-- | sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt index ead54e96..df5c483d 100644 --- a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt +++ b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/Moves.kt @@ -9,7 +9,7 @@ import org.luxons.sevenwonders.model.resources.noTransactions data class PlayedMove( val playerIndex: Int, val type: MoveType, - val card: TableCard, + val card: TableCard, // For UPGRADE_WONDER and DISCARD, this shouldn't be sent to everyone val transactions: ResourceTransactions, ) |