mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-15 08:25:21 +01:00
Make energy usage configurable, and preserve current behavior as the default.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user