MCPcopy Create free account
hub / github.com/codecombat/codecombat / constructor

Method constructor

ozaria/engine/cinematic/SoundSystem.js:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected