mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-26 07:39:51 +08:00
Make energy usage configurable, and preserve current behavior as the default.
This commit is contained in:
committed by
Melledy
Unverified
parent
531683f370
commit
1d2fde40d5
@@ -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