merge edited model into test #18
@@ -6,7 +6,6 @@
|
|||||||
* This class will be used to handle general PlayerData
|
* This class will be used to handle general PlayerData
|
||||||
*/
|
*/
|
||||||
public class Player {
|
public class Player {
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
private Statistic playerStatistic;
|
private Statistic playerStatistic;
|
||||||
private ArrayList<BonusCard> handCards;
|
private ArrayList<BonusCard> handCards;
|
||||||
@@ -29,7 +28,7 @@ public Player(String name) {
|
|||||||
* Constructor.
|
* Constructor.
|
||||||
*/
|
*/
|
||||||
public Player() {
|
public Player() {
|
||||||
super("");
|
this("");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user