/// <summary> /// Updates the value of <paramref name="configEntry"/>. /// </summary> /// <param name="configEntry">The <see cref="ConfigEntry"/> to be assigned a value.</param> public abstract void UpdateConfigValueInheritable(ConfigEntry configEntry);
/// <summary> /// Returns whether <paramref name="configEntry"/> should be inherited from the parent <see cref="ConfigRegister"/>. /// </summary> /// <param name="configEntry">The <see cref="ConfigEntry"/> to decide whether to inherit.</param> public abstract bool ShouldInheritConfigEntry(ConfigEntry configEntry);