Exemplo n.º 1
0
 public Player()
 {
     playerScores = new PlayerScores();
     dicesTurn = new int[0];
     heldDices = new int[0];
 }
Exemplo n.º 2
0
 public Player()
 {
     playerScores = new PlayerScores();
     dicesTurn    = new int[0];
     heldDices    = new int[0];
 }