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