NetGroupReplicationStrategy.hx 189 B

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