mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-23 15:34:32 +00:00
11 lines
207 B
ActionScript
11 lines
207 B
ActionScript
package
|
|
{
|
|
import flash.utils.ByteArray;
|
|
|
|
[Embed(source="/../bin/inside_xored.swf", mimeType="application/octet-stream")]
|
|
public class EncryptedByteArray extends ByteArray
|
|
{
|
|
|
|
}
|
|
}
|