mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 02:15:33 +00:00
Added Opening ABC file format (*.abc)
This commit is contained in:
@@ -31,7 +31,7 @@ import org.xml.sax.helpers.DefaultHandler;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class SWC extends ZippedSWFBundle {
|
||||
public class SWC extends ZippedBundle {
|
||||
|
||||
public SWC(InputStream is) throws IOException {
|
||||
super(is);
|
||||
|
||||
Reference in New Issue
Block a user