Ejemplo n.º 1
0
 public Player()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }
Ejemplo n.º 2
0
 public Bot()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }