private void Awake()
 {
     projectileKineticDamage = GetComponent <ProjectileKineticDamageCalculation>();
 }