mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 18:28:08 +00:00
Added #1290 Export to FlashDevelop project
This commit is contained in:
@@ -11,8 +11,6 @@ package
|
||||
public class MainAttributesAir extends Sprite
|
||||
{
|
||||
|
||||
TestEmbedAir;
|
||||
|
||||
public function MainAttributesAir()
|
||||
{
|
||||
if (stage) init();
|
||||
@@ -22,7 +20,8 @@ package
|
||||
private function init(e:Event = null):void
|
||||
{
|
||||
removeEventListener(Event.ADDED_TO_STAGE, init);
|
||||
// entry point
|
||||
|
||||
new TestEmbedAir();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user