コード例 #1
0
 public Player()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }
コード例 #2
0
 public Bot()
 {
     handCards        = new HandCards();
     combinationPower = 0;
 }