NetGroupSendMode.hx 158 B

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