public void AimSlingshot(Quaternion rotation)
 {
     if (!destroyed)
     {
         slingshot.Aim(rotation);
     }
 }