mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 09:45:01 +00:00
AVM2 Deobfuscator stub (similar to ActionDeobfuscator)
This commit is contained in:
@@ -22,5 +22,9 @@ import java.util.Stack;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ScopeStack extends Stack<GraphTargetItem> {
|
||||
public class ScopeStack extends TranslateStack {
|
||||
|
||||
public ScopeStack() {
|
||||
super("scope");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user