9 lines
146 B
ActionScript
Executable File
9 lines
146 B
ActionScript
Executable File
package
|
|
{
|
|
import flash.utils.ByteArray;
|
|
|
|
class MyClass1 extends ByteArray
|
|
{
|
|
var o1:Object, o2:Object, o3:Object, o4:Object;
|
|
}
|
|
} |