()
| 41 | |
| 42 | export class SoundSystem { |
| 43 | constructor () { |
| 44 | this.undoSystemState = { |
| 45 | lastBackgroundMusic: null |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * System interface method that CinematicParser calls with |
nothing calls this directly
no outgoing calls
no test coverage detected