renamed new as3 test swfs to have as3 prefix and unique SWF name

This commit is contained in:
Jindra Petřík
2021-02-03 07:08:13 +01:00
parent 26b51d2e95
commit ad1a0ccdc8

View File

@@ -1,11 +0,0 @@
package tests
{
public class TestHello
{
public function run():*
{
trace("hello");
}
}
}