mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 00:37:40 +00:00
11 lines
315 B
Java
11 lines
315 B
Java
import com.jpexs.decompiler.flash.SWF;
|
|
import com.jpexs.decompiler.flash.action.ActionList;
|
|
import com.jpexs.decompiler.flash.helpers.SWFDecompilerListener;
|
|
|
|
public class AS2DeobfuscatorSample implements SWFDecompilerListener {
|
|
|
|
@Override
|
|
public void actionListParsed(ActionList actions, SWF swf) {
|
|
}
|
|
}
|