public void PlaySFX(AudioClip audioClip) { if (!PlayerPrefsUtil.IsSfxOn()) { return; } sfxAudioSource.PlayOneShot(audioClip); }