Example #1
0
 public SoundEffect(SoundEffect sound, float volume, float pitch) {
   this(sound.getName(), volume, pitch, sound.getRange());
 }