22 [Obsolete(
"ApplyEffect(GameObject, AudioSource) as been deprecated. Using ApplyEffect(GameObject) is prefered.")]
23 void ApplyEffect(GameObject soundEmittingObject, AudioSource audioSource);
29 void ApplyEffect(GameObject soundEmittingObject);
39 [Obsolete(
"RemoveEffect(GameObject, AudioSource) as been deprecated. Using RemoveEffect(GameObject) is prefered.")]
40 void RemoveEffect(GameObject soundEmittingObject, AudioSource audioSource);
46 void RemoveEffect(GameObject soundEmittingObject);