Example #1
0
 void OnTriggerEnter(Collider other)
 {
     BallController.UpdateScore(true);
     Destroy(gameObject);
 }