public void InitiateThrowForProjectile()
 {
     if (states)
     {
         states.ThrowProjectile();
     }
 }