Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/net/DynamicPropertyOutput.hx
2026-05-21 20:15:16 -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;
}