NetGroupReceiveMode.hx 143 B

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