Пример #1
0
 void OnTriggerEnter(Collider other)
 {
     other.gameObject.SetActive(false);
     paddle.UpdateLives();
 }