Aragas/Bannerlord.MBOptionScreen

View on GitHub
src/MCM.Abstractions/FluentBuilder/Models/ISettingsPropertyFloatingIntegerBuilder.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace MCM.Abstractions.FluentBuilder.Models
{
#if !BANNERLORDMCM_PUBLIC
    internal
#else
    public
# endif
    interface ISettingsPropertyFloatingIntegerBuilder : ISettingsPropertyBuilder<ISettingsPropertyFloatingIntegerBuilder>
    {
        ISettingsPropertyBuilder AddValueFormat(string value);
    }
}