Project constructor

Project(
  1. String name,
  2. List<Resource> stories,
  3. List<GlobalVariable> variables,
  4. List<Resource> backgrounds,
  5. List<Resource> sounds,
  6. List<Scene> scenes,
  7. List<Character> characters,
  8. Attributes extraAttributes,
)

Implementation

Project(this.name, this.stories, this.variables, this.backgrounds,
    this.sounds, this.scenes, this.characters, this.extraAttributes);