public void Bounce()

in scripts/Ball.cs [32:36]


    public void Bounce(Vector2 direction)
    {
        Direction = direction;
        bounceSound.Play();
    }