Last updated 4 months ago
Was this helpful?
Method in
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.