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