Exemple #1
0
 public HandClassificator()
 {
     this.actions = new GameActions();
     this.random  = new RandomNumberProvider();
 }
 public HandClassificator()
 {
     this.actions = new GameActions();
     this.random = new RandomNumberProvider();
 }