예제 #1
0
 public void EyeDestroyed()
 {
     ++destroyedEyeCounter;
     if (destroyedEyeCounter >= 4)
     {
         bm.BossDone();
         Destroy(gameObject);
     }
 }