- Fix imports.

- Add the sound set announcement and a couple other announcements as well.
This commit is contained in:
Michael Kamensky
2021-11-03 09:39:46 +03:00
parent 61ce25f2dd
commit a4c21c623f
3 changed files with 3 additions and 7 deletions

View File

@@ -40,9 +40,6 @@ import javax.sound.sampled.UnsupportedAudioFileException;
import com.google.common.io.Files;
import com.sipgate.mp3wav.Converter;
import forge.localinstance.properties.ForgeConstants;
/**
* SoundSystem - a simple sound playback system for Forge.
* Do not use directly. Instead, use the {@link forge.sound.SoundEffectType} enumeration.