[+] Extra fields from bud

This commit is contained in:
Becod
2024-02-26 21:42:00 +08:00
parent 20468e612d
commit 3d713b13da
6 changed files with 33 additions and 0 deletions

View File

@@ -153,4 +153,6 @@ public class UserDetail implements Serializable {
@Transient
private int cmLastEmoneyCredit = 69;
private int mapStock;
private int currentPlayCount;
private int renameCredit;
}

View File

@@ -255,4 +255,9 @@ public class UserPlaylog implements Serializable {
private int extNum2;
private int extNum4;
@JsonProperty("extBool1")
private boolean extBool1;
}