mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +00:00
8 lines
220 B
ActionScript
8 lines
220 B
ActionScript
package {
|
|
import flash.utils.ByteArray;
|
|
|
|
[Embed(source="/../bin/inside.swf", mimeType="application/octet-stream", encrypted="secret_key")]
|
|
public class EncryptedCustomKeyByteArray extends ByteArray {
|
|
}
|
|
}
|