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

9 lines
196 B
Haxe

package flash.net;
extern class NetStreamAppendBytesAction {
function new() : Void;
static final END_SEQUENCE : String;
static final RESET_BEGIN : String;
static final RESET_SEEK : String;
}