LNXSDK/Kha/Tools/linux_x64/std/flash/net/DynamicPropertyOutput.hx
2025-01-22 16:18:30 +01:00

7 lines
188 B
Haxe

package flash.net;
extern class DynamicPropertyOutput implements IDynamicPropertyOutput {
function new() : Void;
function writeDynamicProperty(name : String, value : Dynamic) : Void;
}