allow adding new tags (todo: add constructor for all supported tagtypes)

This commit is contained in:
honfika@gmail.com
2014-11-05 00:12:57 +01:00
parent 49765d71b7
commit e7b2fbdfa2
9 changed files with 196 additions and 102 deletions

View File

@@ -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<>();