mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
FeatureSwitch切り替え
This commit is contained in:
parent
9496c3efbb
commit
2f3a331527
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user