Aragas/Bannerlord.MBOptionScreen

View on GitHub
src/MCM.Abstractions/Models/UnavailableSetting.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace MCM.Abstractions
{
#if !BANNERLORDMCM_INCLUDE_IN_CODE_COVERAGE
    [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
#if !BANNERLORDMCM_PUBLIC
    internal
#else
    public
# endif
        sealed record UnavailableSetting(string Id, string DisplayName, UnavailableSettingType Type);
}