LNXSDK/Kha/Tools/windows_x64/std/flash/net/IDynamicPropertyWriter.hx

6 lines
164 B
Haxe
Raw Permalink Normal View History

2025-01-22 16:18:30 +01:00
package flash.net;
extern interface IDynamicPropertyWriter {
function writeDynamicProperties(obj : flash.utils.Object, output : IDynamicPropertyOutput) : Void;
}