What type should I specify in order to get a class?
what type should I specify in order to get a class (I'm scrolling through the contents of the folder where classes are stored, they are static classes and I need to call their initiation method)

8 Replies

Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I cannot use import because the compiler requires the exact path, i.e. a specific file
I need to dynamically load these classes

Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
It didn't help because it thinks it's an instance of a class, but I need a class (not an instance, so I can use static methods)
I solved my problem

Unknown User•3y ago
Message Not Public
Sign In & Join Server To View