fixs
parent
211c1d325d
commit
6282689e52
|
@ -27,6 +27,8 @@ public class SChallengeConfig implements BaseConfig {
|
||||||
|
|
||||||
private int time;
|
private int time;
|
||||||
|
|
||||||
|
private int mostTime;
|
||||||
|
|
||||||
public int getId() {
|
public int getId() {
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
|
@ -50,4 +52,8 @@ public class SChallengeConfig implements BaseConfig {
|
||||||
public int getTime() {
|
public int getTime() {
|
||||||
return time;
|
return time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getMostTime() {
|
||||||
|
return mostTime;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue