private void OnCollisionEnter2D(Collision2D other)
 {
     playerJump.SetCanJump(true);
 }