As of right now in DarkGDK I am using a single tier of functions.
Quote: "
Main
DoStuff
DoMoreStuff
DoThings
"
But I could have sworn that we could make STATIC classes (ones that do not have to be created and are just for organization purposes.
Quote: "
Main
Static Class Stuff
-DoStuff
-DoThings
"
So that we could just call:
Stuff.DoStuff;
Rather than having to initialize to a variable name.
Stuff TheDoMachine;
TheDoMachine.DoStuff;
Am I just crazy or is this possible?
Ventures of the worlds around us are limited only by our imagination.