DungeonPath

@Serializable
data class DungeonPath(val id: String, val type: String)

Data model for dungeon path

Constructors

Link copied to clipboard
constructor(id: String, type: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard