private void PlayJumpSound(StateManager states) { if (jumpAudio) { states.currentAudio.clip = jumpAudio; states.PlayAudio(audioVolume); } }