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 efb4439431 - Show all commits

View File

@@ -316,6 +316,15 @@ public void setActiveColor(Color activeColor) {
this.activeColor = activeColor; this.activeColor = activeColor;
} }
/**
* This method will be used to set die attribute of Game class to the given die parameter.
*
* @param die as the new value of die as a Die object.
*/
public void setDie(Die die) {
this.die = die;
}
/** /**
* This method will be used to set host attribute of Game class to the given host parameter. * This method will be used to set host attribute of Game class to the given host parameter.
* *