mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 02:37:26 +08:00
[+] Extra fields from bud
This commit is contained in:
@@ -153,4 +153,6 @@ public class UserDetail implements Serializable {
|
||||
@Transient
|
||||
private int cmLastEmoneyCredit = 69;
|
||||
private int mapStock;
|
||||
private int currentPlayCount;
|
||||
private int renameCredit;
|
||||
}
|
||||
|
||||
@@ -255,4 +255,9 @@ public class UserPlaylog implements Serializable {
|
||||
|
||||
private int extNum2;
|
||||
|
||||
private int extNum4;
|
||||
|
||||
@JsonProperty("extBool1")
|
||||
private boolean extBool1;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user