Ejemplo n.º 1
0
 public HandPower(HandClassificator type, IRandomNumberProvider random)
 {
     this.type   = type;
     this.random = random;
 }
Ejemplo n.º 2
0
 public CardCombinations()
 {
     this.handClassificator = new HandClassificator();
     this.random = new RandomNumberProvider();
 }
Ejemplo n.º 3
0
 public HandPower(HandClassificator type, IRandomNumberProvider random)
 {
     this.type = type;
     this.random = random;
 }
Ejemplo n.º 4
0
 public CardCombinations()
 {
     this.handClassificator = new HandClassificator();
     this.random            = new RandomNumberProvider();
 }