forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/macos/std/flash/net/NetGroupSendResult.hx
Normal file
8
Kha/Tools/macos/std/flash/net/NetGroupSendResult.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.net;
|
||||
|
||||
extern class NetGroupSendResult {
|
||||
function new() : Void;
|
||||
static final ERROR : String;
|
||||
static final NO_ROUTE : String;
|
||||
static final SENT : String;
|
||||
}
|
Reference in New Issue
Block a user