[ongeki] fix chapter jewel not saved

This commit is contained in:
shenjiayi
2020-08-26 15:52:48 +08:00
parent 8feed030f6
commit ecf91763a6
3 changed files with 49 additions and 0 deletions

View File

@@ -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;
}