LevelChange

@Serializable
data class LevelChange(val difference: Float, val direction: Incline, val type: LevelChangeType? = null)

Constructors

Link copied to clipboard
constructor(difference: Float, direction: Incline, type: LevelChangeType? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: LevelChangeType? = null

Functions

Link copied to clipboard