Ejemplo n.º 1
0
        public Player(iDice dice)
        {
            _dice    = dice;
            position = 1;

            isWinner = false;
        }
Ejemplo n.º 2
0
 public Player(iDice pDice)
 {
     dice = pDice;
 }