FeatureSwitch切り替え

This commit is contained in:
ろむねこ 2024-01-22 10:31:09 +09:00
parent 9496c3efbb
commit 2f3a331527
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -3,12 +3,12 @@ package one.nem.lacerta.utils;
public class FeatureSwitch {
public static class Meta {
public static boolean canOverrideSwitch = true;
public static boolean canOverrideSwitch = false;
}
public static class FeatureMaster {
public static boolean enableSearch = true;
public static boolean enableDebugMenu = false;
public static boolean enableDebugMenu = true;
}
public static class Setting {