I have an array of lists containing tuples as I'm creating an adjacency list, (I know very confusing) and I want to do node.Get("ArrayOfTupleLists") and convert that godot object/variant thing to a C# Array of tuple lists.
How on earth do I do this?