Example #1
0
        public void TestVariableStorage()
        {
            storage.Clear();

            var path = System.IO.Path.Combine("TestCases", "VariableStorage.node");

            dialogue.LoadFile(path);
            RunStandardTestcase();
        }
Example #2
0
 public void Dispose()
 {
     Parent = null;
     VariableStorage.Clear();
 }