Beispiel #1
0
 public Player()
 {
     playerScores = new PlayerScores();
     dicesTurn = new int[0];
     heldDices = new int[0];
 }
Beispiel #2
0
 public Player()
 {
     playerScores = new PlayerScores();
     dicesTurn    = new int[0];
     heldDices    = new int[0];
 }