Make energy usage configurable, and preserve current behavior as the default.

This commit is contained in:
ImmuState
2022-05-20 15:57:59 -07:00
committed by Melledy
parent 531683f370
commit 1d2fde40d5
3 changed files with 14 additions and 2 deletions

View File

@@ -176,6 +176,7 @@ public class ConfigContainer {
public boolean watchGachaConfig = false;
public boolean enableShopItems = true;
public boolean staminaUsage = true;
public boolean energyUsage = false;
public Rates rates = new Rates();
public static class InventoryLimits {