LNXSDK/Kha/Tools/windows_x64/std/flash/net/NetGroupSendResult.hx

9 lines
172 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.net;
extern class NetGroupSendResult {
function new() : Void;
static final ERROR : String;
static final NO_ROUTE : String;
static final SENT : String;
}