Exemple #1
0
    internal void Jump()
    {
        bool jumpedSuccessfully = currentPlayerForm.Jump();

        if (jumpedSuccessfully)
        {
            PlayRandomSound(currentPlayerForm.jumpClips);
        }
    }