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