summaryrefslogtreecommitdiff
path: root/sw-common-model/src
diff options
context:
space:
mode:
authorJoffrey Bion <joffrey.bion@booking.com>2020-05-31 18:30:58 +0200
committerJoffrey Bion <joffrey.bion@booking.com>2020-05-31 18:30:58 +0200
commit6226846598a3f758ea605d86ef90b3c72cb5af54 (patch)
tree73517c52c579a8ce5e42849ae26a199fd7577404 /sw-common-model/src
parentUse blueprint CSS from CDN instead of local copy (diff)
downloadseven-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.kt1
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
bgstack15