Example #1
0
 public HandPower(HandClassificator type, IRandomNumberProvider random)
 {
     this.type   = type;
     this.random = random;
 }
 public CardCombinations()
 {
     this.handClassificator = new HandClassificator();
     this.random = new RandomNumberProvider();
 }
Example #3
0
 public HandPower(HandClassificator type, IRandomNumberProvider random)
 {
     this.type = type;
     this.random = random;
 }
Example #4
0
 public CardCombinations()
 {
     this.handClassificator = new HandClassificator();
     this.random            = new RandomNumberProvider();
 }