Exemplo n.º 1
0
 private void HandleJumpLanding()
 {
     if (isInAir == true)
     {
         soundFx.LandJumpSound();
         anim.SetBool("Jump", false);
         isInAir = false;
     }
 }