diff options
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java index 5f1cc247..c30f869e 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/Constants.java @@ -83,6 +83,7 @@ public class Constants { public static JsonObject ESSENCESHOPS; public static JsonObject SBLEVELS; public static JsonObject MUSEUM; + public static JsonObject BESTIARY; private static final ReentrantLock lock = new ReentrantLock(); @@ -109,6 +110,7 @@ public class Constants { ESSENCESHOPS = Utils.getConstant("essenceshops", gson); SBLEVELS = Utils.getConstant("sblevels", gson); MUSEUM = Utils.getConstant("museum", gson); + BESTIARY = Utils.getConstant("bestiary", gson); parseEssenceCosts(); } catch (Exception ex) { |
