Aragas/Bannerlord.MBOptionScreen

View on GitHub
src/MCM.Common/Constants.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace MCM.Common
{
#if !BANNERLORDMCM_INCLUDE_IN_CODE_COVERAGE
    [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage, global::System.Diagnostics.DebuggerNonUserCode]
#endif
#if !BANNERLORDMCM_PUBLIC
    internal
#else
    public
# endif
    static class Constants
    {
        public const float Tolerance = 0.000_001f;
    }
}