I'm looking to use a c# class that isn't attached to a node?
How would I go about this using pretty much raw c# within godot and visual studio.
So far I have a test script attached to node2D (main scene for testing) and a c# class.
Testing would be running a couple of methods/ functions from the secondary (orphaned?) class to trigger on the Ready(){} call of node2D script.