mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 09:00:44 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -37,6 +37,10 @@ public class ActionGraphSource extends GraphSource {
|
||||
return actions.get(pos);
|
||||
}
|
||||
|
||||
public void set(int pos, Action t) {
|
||||
actions.set(pos, t);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEmpty() {
|
||||
return actions.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user