/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package Naves;

import java.applet.Applet;
import java.applet.AudioClip;
import javax.media.j3d.Sound;

/**
 *
 * @author felix
 */
public class Sonido {
    public static final AudioClip Shot = 
            Applet.newAudioClip(Sound.class.getResource("sfxShotFinal.wav"));
}
