public SetOfDiceRule(RuleSetSize setSize, DieValue dieValue, int score) { this.setSize = setSize; this.dieValue = dieValue; this.score = score; }
public SingleDieRule(DieValue dieValue, int score) { this.dieValue = dieValue; this.score = score; }