NetGroupReceiveMode.hx 169 B

1234567
  1. package flash.net;
  2. extern class NetGroupReceiveMode {
  3. function new() : Void;
  4. static var EXACT(default,never) : String;
  5. static var NEAREST(default,never) : String;
  6. }