Ejemplo n.º 1
0
 void OnTriggerEnter()
 {
     if (bossController.CoreExposed())
     {
         bossController.CoreHit();
     }
 }