internal void Jump() { bool jumpedSuccessfully = currentPlayerForm.Jump(); if (jumpedSuccessfully) { PlayRandomSound(currentPlayerForm.jumpClips); } }