Ink.Parsed.Story.Story C# (CSharp) Method

Story() public method

public Story ( List toplevelObjects ) : System
toplevelObjects List
return System
        public Story (List<Parsed.Object> toplevelObjects) : base(null, toplevelObjects)
		{
            // Don't do anything much on construction, leave it lightweight until
            // the ExportRuntime method is called.
		}