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

6 lines
164 B
Haxe

package flash.net;
extern interface IDynamicPropertyWriter {
function writeDynamicProperties(obj : flash.utils.Object, output : IDynamicPropertyOutput) : Void;
}