SkillTree

@Serializable
data class SkillTree(val nodes: Map<String, Map<String, JsonElement>>? = null)

Constructors

Link copied to clipboard
constructor(nodes: Map<String, Map<String, JsonElement>>? = null)

Properties

Link copied to clipboard
val nodes: Map<String, Map<String, JsonElement>>? = null