From da5cb35ae61020882c3a6df736ae309cb80da0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 21 Jan 2024 13:59:52 +0100 Subject: [PATCH] import command stub --- .../flash/cli/commands/types/ImportObject.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/types/ImportObject.java diff --git a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/types/ImportObject.java b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/types/ImportObject.java new file mode 100644 index 000000000..092783707 --- /dev/null +++ b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/types/ImportObject.java @@ -0,0 +1,9 @@ +package com.jpexs.decompiler.flash.cli.commands.types; + +/** + * + * @author JPEXS + */ +public enum ImportObject { + symbolclass,movie,sound,shape,image,sprite,text,script +}