private void FixedUpdate()
 {
     manager.Movement(mov, isJumping, isRunning);
     isJumping = false;
 }