Interlude constructor
Interlude({})
Implementation
Interlude({
required this.characters,
required this.backgrounds,
required this.audios,
required this.scenes,
this.variables = const {},
this.currentScene,
});