void playVoice(voice whichVoice) { voiceSource.clip = voiceClips [(int)whichVoice]; voiceSource.Stop(); voiceSource.Play(); }
void playVoice(voice whichVoice) { voiceSource.clip = voiceClips [(int)whichVoice]; voiceSource.Stop (); voiceSource.Play (); }