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

commonMain.ru.casperix.spine.json.component.ValueMode.kt Maven / Gradle / Ivy

The newest version!
package ru.casperix.spine.json.component

import kotlinx.serialization.SerialName
import kotlinx.serialization.Serializable

@Serializable
enum class ValueMode {
    @SerialName("length")
    Length,
    fixed,
    percent
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy