Retarder

data class Retarder(val steps: Int, val level: Int)

Class for retarder

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(steps: Int, level: Int)

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard
val steps: Int