Loading...
Method in Utility
Finds and collates every jump in every node.
public static List<List<GraphingNode>> DetermineNodeConnections(string[] YarnFileContents)
string[] YarnFileContents
string[]
The collection of yarn file content to parse and walk
A list of lists of GraphingNode each containing a node, its jumps, and any positional info.