Dodge Plan
data class DodgePlan(val directionalInput: DirectionalInput, val shouldJump: Boolean, val yawChange: Float?, val useTimer: Boolean)
Constructors
Link copied to clipboard
constructor(directionalInput: DirectionalInput, shouldJump: Boolean, yawChange: Float?, useTimer: Boolean)