forked from External/mage
Refactoring
See github line by line comments in 'File changed'
This commit is contained in:
parent
c526306c5b
commit
01bb9572e9
21 changed files with 31 additions and 34 deletions
|
|
@ -19,8 +19,8 @@ public enum MatchTimeLimit {
|
|||
MIN__90(5400, "90 Minutes"),
|
||||
MIN_120(7200, "120 Minutes");
|
||||
|
||||
private int matchSeconds;
|
||||
private String name;
|
||||
private final int matchSeconds;
|
||||
private final String name;
|
||||
|
||||
MatchTimeLimit(int matchSeconds, String name) {
|
||||
this.matchSeconds = matchSeconds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue