/// <summary> /// Suona asincronamente la risorsa. /// </summary> public void Play() { if (sound != null) { sound.Play(); } }
/// <summary> /// Riproduce il suono dle menĂ¹ /// </summary> protected void doSound() { if (selectSound != null) { selectSound.Play(this.container.VolumeFX); } }