java.lang.Object
com.csse3200.game.cutscene.models.object.Sound

public class Sound extends Object
Stores sound data.
  • Constructor Details

    • Sound

      public Sound(String id, String file)
      Creates a Sound object with specified id and file
      Parameters:
      id - The ID of the sound
      file - The path of the sound file
  • Method Details

    • getId

      public String getId()
    • getFile

      public String getFile()