예제 #1
0
 /// <summary>
 /// Loads a set of dialogue options at the given path.
 /// </summary>
 internal static Promise open(string startPath)
 {
     // Load a timeline now:
     return(Timeline.open(startPath, basePath));
 }