what I mean is instantiate a class from a string
something like new “car” (), not new car ()
I have a .txt file with the name of several classes and when loading the .txt I create the classes that have the txt written.
what I mean is instantiate a class from a string
something like new “car” (), not new car ()
I have a .txt file with the name of several classes and when loading the .txt I create the classes that have the txt written.