forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
package flash.net;
|
||||
|
||||
extern class DynamicPropertyOutput implements IDynamicPropertyOutput {
|
||||
function new() : Void;
|
||||
function writeDynamicProperty(name : String, value : Dynamic) : Void;
|
||||
}
|
Reference in New Issue
Block a user