Path

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

Information about a dungeon path.

Parameters

id

the path's ID

type

the path's type

Constructors

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

Properties

Link copied to clipboard
val id: String

This field holds the path's ID.

Link copied to clipboard

This field holds the path's type.