CharacterAnimations

@Serializable
data class CharacterAnimations(val animationsPerLayer: Map<String, String>)

Constructors

Link copied to clipboard
fun CharacterAnimations(animationsPerLayer: Map<String, String>)

Properties

Link copied to clipboard
val animationsPerLayer: Map<String, String>