forked from Cookies_Github_mirror/AquaDX
[DIVA] Clear status should count lower rank
This commit is contained in:
@@ -19,14 +19,20 @@ public class ClearSet {
|
||||
}
|
||||
|
||||
public void addGreat() {
|
||||
this.clear += 1;
|
||||
this.great += 1;
|
||||
}
|
||||
|
||||
public void addExcellent() {
|
||||
this.clear += 1;
|
||||
this.great += 1;
|
||||
this.excellent += 1;
|
||||
}
|
||||
|
||||
public void addPerfect() {
|
||||
this.clear += 1;
|
||||
this.great += 1;
|
||||
this.excellent += 1;
|
||||
this.perfect += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user