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