mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58: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>();
|
||||
|
||||
public GauntletMini() {
|
||||
}
|
||||
|
||||
// private final String humanName;
|
||||
/**
|
||||
* TODO: Write javadoc for Constructor.
|
||||
*/
|
||||
public void gauntletMini() {
|
||||
currentRound = 1;
|
||||
gauntletDraft = false;
|
||||
wins = 0;
|
||||
|
||||
Reference in New Issue
Block a user