Package com.csse3200.game.services.sound
Interface SoundFile
- All Known Implementing Classes:
BackgroundSoundFile
,EffectSoundFile
public interface SoundFile
-
Method Summary
Modifier and TypeMethodDescriptionA filepath that is to be loaded into the sound system.
-
Method Details
-
getFilePath
String getFilePath()A filepath that is to be loaded into the sound system. Every enum that implements the SoundFile interface must have a private filePath variable to store this property.- Returns:
- a String filepath
-