diff --git a/src/MCM.Abstractions/SettingType.cs b/src/MCM.Abstractions/SettingType.cs index 04ed5da4..42250903 100644 --- a/src/MCM.Abstractions/SettingType.cs +++ b/src/MCM.Abstractions/SettingType.cs @@ -5,12 +5,12 @@ namespace MCM.Abstractions /// /// Defines the different types of settings that can be used. /// - #if !BANNERLORDMCM_PUBLIC +#if !BANNERLORDMCM_PUBLIC internal - #else - public - # endif - enum SettingType +#else + public +#endif +enum SettingType { /// /// A default value indicating no setting type.