The Undefeated Posted August 30, 2017 Share Posted August 30, 2017 I use Proguard to obfuscate my scripts but can't figure out how to stop enums from being obfuscated. I don't understand the documentation at all. Does anyone know how to? Quote Link to comment Share on other sites More sharing options...
Explv Posted August 30, 2017 Share Posted August 30, 2017 (edited) 2 minutes ago, The Undefeated said: I use Proguard to obfuscate my scripts but can't figure out how to stop enums from being obfuscated. I don't understand the documentation at all. Does anyone know how to? Isn't it something like -keep public enum whatever.whatever.EnumName Just check stack overflow Edited August 30, 2017 by Explv 1 Quote Link to comment Share on other sites More sharing options...
GPSwap Posted August 30, 2017 Share Posted August 30, 2017 use the gui thats in the lib folder, on shrinking it has a selection to keep enums Quote Link to comment Share on other sites More sharing options...
The Undefeated Posted August 30, 2017 Author Share Posted August 30, 2017 1 hour ago, GPSwap said: use the gui thats in the lib folder, on shrinking it has a selection to keep enums That's much better, thanks! Found it. 1 Quote Link to comment Share on other sites More sharing options...