deobfuscate command stub

This commit is contained in:
Jindra Petřík
2024-08-05 11:17:25 +02:00
parent 40d44c82db
commit 2157bb1da4
@@ -0,0 +1,9 @@
package com.jpexs.decompiler.flash.cli.commands.types;
/**
*
* @author JPEXS
*/
public enum DeobfuscateLevel {
deadcode, traps
}