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