NetGroupReplicationStrategy.hx 159 B

1234567
  1. package flash.net;
  2. extern class NetGroupReplicationStrategy {
  3. function new() : Void;
  4. static var LOWEST_FIRST : String;
  5. static var RAREST_FIRST : String;
  6. }