mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-25 06:16:21 +00:00
allow adding new tags (todo: add constructor for all supported tagtypes)
This commit is contained in:
@@ -33,6 +33,7 @@ public class SWFList implements List<SWF>, SWFContainerItem {
|
||||
|
||||
public String name;
|
||||
public boolean isBundle;
|
||||
public Class bundleClass;
|
||||
public SWFSourceInfo sourceInfo;
|
||||
public List<SWF> swfs = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user