Package com.csse3200.game.services.sound
Class SoundService
java.lang.Object
com.csse3200.game.services.sound.SoundService
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the BackgroundMusicServiceGet the EffectsMusicService 
- 
Constructor Details
- 
SoundService
public SoundService()Instantiate a new SoundService 
 - 
 - 
Method Details
- 
getBackgroundMusicService
Get the BackgroundMusicService- Returns:
 - A reference to the game's BackgroundMusicService
 
 - 
getEffectsMusicService
Get the EffectsMusicService- Returns:
 - A reference to the game's EffectsMusicService
 
 
 -