Exemplo n.º 1
0
 public void DestroyBall()
 {
     Debug.Log("destroy");
     BallLauncher.ballDestroyed();
     Destroy(gameObject);
 }