Exemplo n.º 1
0
 public override void Reset()
 {
     inEndgame = false;
     torrentManager.isInEndGame = false;
     standard.Reset();
     endgame.Reset();
 }
Exemplo n.º 2
0
 internal void Reset()
 {
     this.unhashedPieces.SetAll(false);
     if (picker != null)
     {
         picker.Reset();
     }
 }
Exemplo n.º 3
0
 public virtual void Reset()
 {
     CheckOverriden();
     picker.Reset();
 }