forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Tools/macos/std/flash/net/DynamicPropertyOutput.hx
Normal file
6
Kha/Tools/macos/std/flash/net/DynamicPropertyOutput.hx
Normal file
@ -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