Beispiel #1
0
 public bool HasResult(DieSide side)
 {
     return(DiceList.Any(n => n.Side == side));
 }
Beispiel #2
0
 private bool HasSix()
 {
     return(_model.Cup !.DiceList.Any(items => items.Value == 6));
 }