Example #1
0
 public void UseCombination(Scoreboard sb, Combination c, IDices dices)
 {
     sb.SetCombinationForPlayer(_player, c, dices);
     TurnEnded?.Invoke(this, EventArgs.Empty);
 }
Example #2
0
 public void UseCombination(Combination c)
 {
     CurrentPlayerTurn.UseCombination(_scoreboard, c, _dices);
 }