コード例 #1
0
 public HandClassificator()
 {
     this.actions = new GameActions();
     this.random  = new RandomNumberProvider();
 }
コード例 #2
0
 public HandClassificator()
 {
     this.actions = new GameActions();
     this.random = new RandomNumberProvider();
 }