Exemplo n.º 1
0
 public void playSound(Aspects.Secondary type)
 {
     AudioClip[] sounds = PlayerSoundEffects.instance().getClips(type);
     player.playSound(sounds);
 }