Skip to content

Commit 9ea3ee8

Browse files
authored
Merge pull request #403 from xKiraiChan/patch-1
Change visibility of ConfigEntryBase constructor to `internal protected` to allow for external implementations
2 parents d4d2abd + 810e556 commit 9ea3ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BepInEx.Core/Configuration/ConfigEntryBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public abstract class ConfigEntryBase
6464
/// <summary>
6565
/// Types of defaultValue and definition.AcceptableValues have to be the same as settingType.
6666
/// </summary>
67-
internal ConfigEntryBase(ConfigFile configFile,
67+
internal protected ConfigEntryBase(ConfigFile configFile,
6868
ConfigDefinition definition,
6969
Type settingType,
7070
object defaultValue,

0 commit comments

Comments
 (0)