Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Dungeon(val id: String, val paths: List<DungeonPath>)

Data model for dungeon object

Link copied to clipboard
@Serializable
data class DungeonPath(val id: String, val type: String)

Data model for dungeon path