diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-31 18:30:58 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-05-31 18:30:58 +0200 |
commit | 6226846598a3f758ea605d86ef90b3c72cb5af54 (patch) | |
tree | 73517c52c579a8ce5e42849ae26a199fd7577404 /sw-common-model/src | |
parent | Use blueprint CSS from CDN instead of local copy (diff) | |
download | seven-wonders-6226846598a3f758ea605d86ef90b3c72cb5af54.tar.gz seven-wonders-6226846598a3f758ea605d86ef90b3c72cb5af54.tar.bz2 seven-wonders-6226846598a3f758ea605d86ef90b3c72cb5af54.zip |
Fix imports and tests
Diffstat (limited to 'sw-common-model/src')
-rw-r--r-- | sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt index b0e73ed5..f26baf0e 100644 --- a/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt +++ b/sw-common-model/src/commonMain/kotlin/org/luxons/sevenwonders/model/cards/Cards.kt @@ -1,7 +1,6 @@ package org.luxons.sevenwonders.model.cards import kotlinx.serialization.Serializable -import org.luxons.sevenwonders.model.api.PlayerDTO import org.luxons.sevenwonders.model.boards.Requirements import org.luxons.sevenwonders.model.resources.ResourceTransactions import org.luxons.sevenwonders.model.resources.noTransactions |