public void directionValueUpdate(float newValue)
 {
     if (shootPlayer)
     {
         shootPlayer.SetDirectionValue(newValue);
     }
 }