mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:20:45 +00:00
AS1/2 better identifiers renaming (deobfuscation)
This commit is contained in:
@@ -35,6 +35,11 @@ public class ActionWith extends Action implements ActionContainer {
|
||||
public int size;
|
||||
public int version;
|
||||
|
||||
@Override
|
||||
public List<Action> getActions() {
|
||||
return actions;
|
||||
}
|
||||
|
||||
public ActionWith(SWFInputStream sis, int version) throws IOException {
|
||||
super(0x94, 2);
|
||||
size = sis.readUI16();
|
||||
|
||||
Reference in New Issue
Block a user