Beispiel #1
0
 public SetOfDiceRule(RuleSetSize setSize, DieValue dieValue, int score)
 {
     this.setSize  = setSize;
     this.dieValue = dieValue;
     this.score    = score;
 }
Beispiel #2
0
 public SingleDieRule(DieValue dieValue, int score)
 {
     this.dieValue = dieValue;
     this.score    = score;
 }