Exemplo n.º 1
0
 public void OnJumpInputUp()
 {
     velocity.y = Mathf.Min(velocity.y, movingObject.GetMinJumpVelocity());
 }