Ejemplo n.º 1
0
 public void EndBestMove()
 {
     stani        = true;
     context.Stop = true;
     if (BestMove.Tip.HasFlag(TipPoteza.KupiKartu) || BestMove.Tip.HasFlag(TipPoteza.KupiKazneneKarte))
     {
         return;
     }
     else
     {
         context.PotezMoj(BestMove.Karte);
     }
 }