void OnCollisionEnter2D(Collision2D other) { if (other.gameObject.CompareTag("Ball")) { photonManager.DeleteBrick(idx, idy); } }