public void PlaySoundEffect() { soundy.PlaySound(soundEffect); }
protected void PlaySound(AudioClip sound) { soundy?.PlaySound(sound); }