mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 02:37:26 +08:00
[ongeki] Add table properties for Red Plus
This commit is contained in:
@@ -38,6 +38,8 @@ public class UserBoss implements Serializable {
|
||||
@JsonProperty("isClear")
|
||||
private boolean isClear;
|
||||
|
||||
private int eventId;
|
||||
|
||||
public UserBoss(UserData userData) {
|
||||
this.user = userData;
|
||||
}
|
||||
|
||||
@@ -39,6 +39,8 @@ public class UserChapter implements Serializable {
|
||||
|
||||
private int lastPlayMusicId;
|
||||
|
||||
private int lastPlayMusicLevel;
|
||||
|
||||
@JsonProperty("isStoryWatched")
|
||||
private boolean isStoryWatched;
|
||||
|
||||
|
||||
@@ -32,6 +32,10 @@ public class UserCharacter implements Serializable {
|
||||
private UserData user;
|
||||
|
||||
private int characterId;
|
||||
|
||||
private int costumeId;
|
||||
|
||||
private int attachmentId;
|
||||
|
||||
private int playCount;
|
||||
|
||||
|
||||
@@ -54,6 +54,8 @@ public class UserData implements Serializable {
|
||||
|
||||
private int totalJewelCount;
|
||||
|
||||
private int medalCount;
|
||||
|
||||
private int playerRating;
|
||||
|
||||
private int highestRating;
|
||||
@@ -106,6 +108,8 @@ public class UserData implements Serializable {
|
||||
|
||||
private String eventWatchedDate;
|
||||
|
||||
private String cmEventWatchedDate;
|
||||
|
||||
private String firstGameId;
|
||||
|
||||
private String firstRomVersion;
|
||||
@@ -120,7 +124,6 @@ public class UserData implements Serializable {
|
||||
|
||||
private String lastDataVersion;
|
||||
|
||||
|
||||
private String compatibleCmVersion;
|
||||
|
||||
private String lastPlayDate;
|
||||
|
||||
@@ -34,6 +34,8 @@ public class UserLoginBonus implements Serializable {
|
||||
|
||||
private int bonusCount;
|
||||
|
||||
private String lastUpdateDate;
|
||||
|
||||
public UserLoginBonus(UserData userData) {
|
||||
this.user = userData;
|
||||
}
|
||||
|
||||
@@ -86,6 +86,10 @@ public class UserOption implements Serializable {
|
||||
|
||||
private int judgeHit;
|
||||
|
||||
private int platinumBreakDisp;
|
||||
|
||||
private int judgeCriticalBreak;
|
||||
|
||||
private int matching;
|
||||
|
||||
private int dispPlayerLv;
|
||||
|
||||
Reference in New Issue
Block a user