10-17-2024 10:17 PM
Note: you don't need the hard coded false case structure for cube dropping. Class constants by themselves don't result in any executable code.
06-19-2025 01:22 PM
This solution seems to not work for me, and I have found out why, but not how to fix it. The solution works no problem in development mode however in execution mode it doesn't. The reason why is that the child classes are not in the dependencies of the project using this method only the parent class. I noticed when I had all the child classes placed into my factory pattern vi of the parent class all the child classes showed up in the dependencies of my project. Using this method they didn't.
My only solution right now is to just manually place all child classes in the project, but that's what we are trying to avoid. Any suggestions?