mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 11:00:44 +00:00
Fixed Saving SWFs opened by "Open loaded while playing" feature
Added sample data for loader
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package
|
||||
{
|
||||
import flash.utils.ByteArray;
|
||||
|
||||
[Embed(source="/../bin/inside_xored.swf", mimeType="application/octet-stream")]
|
||||
public class EncryptedByteArray extends ByteArray
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user