mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 10:55:12 +00:00
8 lines
205 B
ActionScript
8 lines
205 B
ActionScript
package {
|
|
import flash.utils.ByteArray;
|
|
|
|
[Embed(source="/../bin/inside.swf", mimeType="application/octet-stream", encrypted="true")]
|
|
public class EncryptedByteArray extends ByteArray {
|
|
}
|
|
}
|