Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +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("");
}
/**