AS2 add class

This commit is contained in:
Jindra Petřík
2021-02-15 07:34:23 +01:00
parent 5ac93a7d03
commit b2ce046d0b
4 changed files with 234 additions and 45 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash.timeline;
import com.jpexs.decompiler.flash.SWF;
@@ -113,6 +114,11 @@ public class AS2Package implements TreeItem {
return name;
}
public String getName() {
return name;
}
@Override
public boolean isModified() {
for (ASMSource s : scripts.values()) {