Merge branch 'development' into 'dev/test'
Updated 'Game' class. See merge request progproj/gruppen-ht24/Gruppe-01!32
This commit was merged in pull request #32.
This commit is contained in:
@@ -316,6 +316,15 @@ public void setActiveColor(Color 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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user