We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4d2abd + 810e556 commit 9ea3ee8Copy full SHA for 9ea3ee8
BepInEx.Core/Configuration/ConfigEntryBase.cs
@@ -64,7 +64,7 @@ public abstract class ConfigEntryBase
64
/// <summary>
65
/// Types of defaultValue and definition.AcceptableValues have to be the same as settingType.
66
/// </summary>
67
- internal ConfigEntryBase(ConfigFile configFile,
+ internal protected ConfigEntryBase(ConfigFile configFile,
68
ConfigDefinition definition,
69
Type settingType,
70
object defaultValue,
0 commit comments