merge edited model into test #18

Merged
j23f0712 merged 11 commits from development into dev/test 2024-11-26 23:32:03 +01:00
Showing only changes of commit d63d0cc2a0 - Show all commits

View File

@@ -6,7 +6,6 @@
* This class will be used to handle general PlayerData
*/
public class Player {
private String name;
private Statistic playerStatistic;
private ArrayList<BonusCard> handCards;
@@ -29,7 +28,7 @@ public Player(String name) {
* Constructor.
*/
public Player() {
super("");
this("");
}
/**