public void powerValueUpdate(float newValue)
 {
     if (shootPlayer)
     {
         shootPlayer.SetPowerValue(newValue);
     }
 }