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