DodgePlan

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)

Properties

Link copied to clipboard
Link copied to clipboard

Should the player jump at the next possible time?

Link copied to clipboard
Link copied to clipboard