private void OnTriggerEnter2D(Collider2D other) { if (other.CompareTag("Player")) { counter.addMushroom(); Destroy(this.gameObject); } }