onJump method

void onJump(
  1. JumpingStateEnum state
)

Implementation

void onJump(JumpingStateEnum state) {
  jumpingState = state;
}