public void EyeDestroyed() { ++destroyedEyeCounter; if (destroyedEyeCounter >= 4) { bm.BossDone(); Destroy(gameObject); } }