forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Tools/linux_x64/std/flash/net/NetMonitor.hx
Normal file
6
Kha/Tools/linux_x64/std/flash/net/NetMonitor.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package flash.net;
|
||||
|
||||
@:require(flash11) extern class NetMonitor extends flash.events.EventDispatcher {
|
||||
function new() : Void;
|
||||
function listStreams() : flash.Vector<NetStream>;
|
||||
}
|
Reference in New Issue
Block a user