Updated 'Game' class.
Updated the 'Game' class by setting the 'die' attribute correctly inside the constructor.
This commit is contained in:
@@ -65,6 +65,7 @@ public Game() {
|
|||||||
drawPile.add(BonusCard.SHIELD);
|
drawPile.add(BonusCard.SHIELD);
|
||||||
}
|
}
|
||||||
board = new Board();
|
board = new Board();
|
||||||
|
die = new Die();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user