Files
LNXSDK/Kha/Tools/macos_x64/std/flash/net/DynamicPropertyOutput.hx
2026-05-22 11:48:42 -07:00

7 lines
188 B
Haxe

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