Example #1
0
 public string[] GetAllUnlockedStartNodeNames()
 {
     return(flowChartTree.GetAllUnlockedStartNodeNames());
 }
Example #2
0
 public IReadOnlyList <string> GetAllUnlockedStartNodeNames()
 {
     return(flowChartTree.GetAllUnlockedStartNodeNames());
 }