예제 #1
0
    private void ResetGraph()
    {
        // We're only testing the graph here but the best way to get an instance of one is to make a story script
        ExampleStoryScript script = new ExampleStoryScript();

        graph = (ExampleStoryGraph)script.GetStoryGraph();
    }
 public void SetUpTests()
 {
     script = new ExampleStoryScript();
     graph  = script.GetStoryGraph();
 }