Exemple #1
0
 public Player()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }
Exemple #2
0
 public Bot()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }