public void PlayRandomAt(SoundBank bank, Vector3 pos, float volume) { AudioClip clip = bank.GetRandomClip(); PlaySoundAt(clip, pos, volume); }