public void ChangedClickSpeed(float newVal)
 {
     PlayerControl.AdjustClickSpeed(newVal);
 }