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

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

There is a newer version: 1.1.3
Show newest version
package ru.casperix.spine.json.component

import kotlinx.serialization.Serializable

@Serializable
class SkeletonJson(
    val skeleton: SkeletonJsonAttributes,
    val animations: Map,
    val bones: List,
    val events: Map? = null,
    val skins: List,
    val slots: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy