NetGroupReplicationStrategy.hx 163 B

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