forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
package flash.system;
|
||||
|
||||
extern final class ConnexionsClient {
|
||||
function new() : Void;
|
||||
function Connexions() : Dynamic;
|
||||
function _init(topLocation : String, documentReferrer : String, windowLocation : String, movie : String, userAgent : String, timeout : UInt) : Void;
|
||||
function autoAdd(port : Int) : Dynamic;
|
||||
function manualAdd(port : Int) : Dynamic;
|
||||
}
|
Reference in New Issue
Block a user