mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix constructor for GauntletMini
This commit is contained in:
@@ -50,13 +50,6 @@ public class GauntletMini {
|
|||||||
private List<RegisteredPlayer> aiOpponents = new ArrayList<RegisteredPlayer>();
|
private List<RegisteredPlayer> aiOpponents = new ArrayList<RegisteredPlayer>();
|
||||||
|
|
||||||
public GauntletMini() {
|
public GauntletMini() {
|
||||||
}
|
|
||||||
|
|
||||||
// private final String humanName;
|
|
||||||
/**
|
|
||||||
* TODO: Write javadoc for Constructor.
|
|
||||||
*/
|
|
||||||
public void gauntletMini() {
|
|
||||||
currentRound = 1;
|
currentRound = 1;
|
||||||
gauntletDraft = false;
|
gauntletDraft = false;
|
||||||
wins = 0;
|
wins = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user