Essential Problem:
Modules do NOT support inner classes.
EnumSetting becomes absolutely USELESS because you are not even allowed to declare an enum inside of the module class.
Additionally, you can not even make a new file for your enum, because that will not work either. The ONLY way for the module to recognize your enum, is that you make a new enum inside of the actual client's dierectory, then build a new dev jar, and replace that in libs.
Essential Problem: Modules do NOT support inner classes.
EnumSetting becomes absolutely USELESS because you are not even allowed to declare an enum inside of the module class.
Additionally, you can not even make a new file for your enum, because that will not work either. The ONLY way for the module to recognize your enum, is that you make a new enum inside of the actual client's dierectory, then build a new dev jar, and replace that in libs.
I blame Saturn for this one. Thanks.