Class SoundService

java.lang.Object
com.csse3200.game.services.sound.SoundService

public class SoundService extends Object
  • Constructor Details

    • SoundService

      public SoundService()
      Instantiate a new SoundService
  • Method Details

    • getBackgroundMusicService

      public BackgroundMusicService getBackgroundMusicService()
      Get the BackgroundMusicService
      Returns:
      A reference to the game's BackgroundMusicService
    • getEffectsMusicService

      public EffectsMusicService getEffectsMusicService()
      Get the EffectsMusicService
      Returns:
      A reference to the game's EffectsMusicService