9 lines
172 B
Haxe
9 lines
172 B
Haxe
|
package flash.net;
|
||
|
|
||
|
extern class NetGroupSendResult {
|
||
|
function new() : Void;
|
||
|
static final ERROR : String;
|
||
|
static final NO_ROUTE : String;
|
||
|
static final SENT : String;
|
||
|
}
|