Files
lime/externs/air/flash/net/IPVersion.hx
Jens Fischer af9367b199 Replace @:fakeEnum with @:enum abstract
@:fakeEnum support will be removed in HaxeFoundation/haxe#8189
2019-04-30 11:37:17 -07:00

9 lines
119 B
Haxe

package flash.net;
@:native("flash.net.IPVersion")
@:enum extern abstract IPVersion(String)
{
var IPV4;
var IPV6;
}