Example #1
0
 public static void PlaySFX(this GameObject source, string sfxName, float pitch)
 {
     SoundManager.PlaySFX(source, sfxName, pitch);
 }
Example #2
0
 public static void PlaySFX(this GameObject source, string sfxName)
 {
     SoundManager.PlaySFX(source, sfxName);
 }