deobfuscate command stub

This commit is contained in:
Jindra Petřík
2024-01-21 14:23:37 +01:00
parent 40d44c82db
commit 2157bb1da4

View File

@@ -0,0 +1,9 @@
package com.jpexs.decompiler.flash.cli.commands.types;
/**
*
* @author JPEXS
*/
public enum DeobfuscateLevel {
deadcode, traps
}