Dungeon

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

Data model for dungeon object

Constructors

Link copied to clipboard
constructor(id: String, paths: List<DungeonPath>)

Properties

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