public void NotifyHit(bool givePoints, bool screenwrappedHit, bool bulletHit)
 {
     controller.SplitAsteroid(this, givePoints, screenwrappedHit, bulletHit);
 }