Ejemplo n.º 1
0
 public virtual bool PlaySoundWithAnimationOnManager(AudioParams.SoundPoolGroups enemyName, AudioParams.SoundPools soundEffectName, string animationName, bool test)
 {
     return(audioManager.PlaySoundWithAnimation(enemyName, soundEffectName, audioManager.gameObject, animationName, test));
 }
Ejemplo n.º 2
0
 public virtual void PlaySoundOnceOnManager(AudioParams.SoundPoolGroups enemyName, AudioParams.SoundPools soundEffectName)
 {
     audioManager.PlaySoundOnce(enemyName, soundEffectName, audioManager.gameObject);
 }