All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.blue.starry.gerolt.zone.Find.kt Maven / Gradle / Ivy

package blue.starry.gerolt.zone

fun EorzeaZone.Companion.find(name: String): EorzeaZone? {
    return EorzeaZone.values().find { name in it.label }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy