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