Scene

A scene in the VN

Constructors

this
this(string[] characters, IScriptInstr[] instructions)

Creates a new scene

Members

Variables

characters
string[] characters;

The characters to be loaded in this scene

instructions
IScriptInstr[] instructions;

The instructions associated with a scene

Meta