commonMain.eu.codlab.lorcana.utils.LorcanaConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lorcana-data Show documentation
Show all versions of lorcana-data Show documentation
Lorcana set descriptions and data
package eu.codlab.lorcana.utils
import eu.codlab.tcgmapper.GithubConfiguration
object LorcanaConfiguration {
val github = GithubConfiguration(
"great-illuminary",
"lorcana-data"
)
}