aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-05-19 07:56:03 +0200
committerGitHub <noreply@github.com>2024-05-19 15:56:03 +1000
commit080c9d8b24213441adf8ff594e646b8e905a14cd (patch)
tree561829c3166113f8cdea51b7f8c6a83afbb4a67d /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data
parent26f5797bf55cbc34c5c0ae606e6560bb0a1c5661 (diff)
downloadnotenoughupdates-080c9d8b24213441adf8ff594e646b8e905a14cd.tar.gz
notenoughupdates-080c9d8b24213441adf8ff594e646b8e905a14cd.tar.bz2
notenoughupdates-080c9d8b24213441adf8ff594e646b8e905a14cd.zip
Add Personal Bank Balance to PV (#1176)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java
index 768ff674..ff83d163 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/data/APIDataJson.java
@@ -55,6 +55,7 @@ public class APIDataJson {
public static class Profile {
public int personal_bank_upgrade = 0;
public boolean cookie_buff_active = false;
+ public float bank_account = 0;
}
public Experimentation experimentation = new Experimentation();