private void Update() { _musicControl.ChangeVolume(volumSlider.value); }
private void ChangeVolume(float val) { mc.ChangeVolume(val); }