//Upon being pressed, launches the ball from the paddle void OnTriggerEnter(Collider other) { paddle.BallFired(); }