mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 01:27:28 +08:00
[ongeki] fix chapter jewel not saved
This commit is contained in:
@@ -34,6 +34,14 @@ public class UserStory implements Serializable {
|
||||
|
||||
private int lastChapterId;
|
||||
|
||||
private int jewelCount;
|
||||
|
||||
private int lastPlayMusicId;
|
||||
|
||||
private int lastPlayMusicCategory;
|
||||
|
||||
private int lastPlayMusicLevel;
|
||||
|
||||
public UserStory(UserData userData) {
|
||||
this.user = userData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user