1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Make CurrentNumber internal

This commit is contained in:
Dean Herbert 2021-07-12 11:26:30 +09:00
parent 32b4f5fbd6
commit a6258d705e

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mods
/// An internal numeric bindable to hold and propagate min/max/precision.
/// The value of this bindable should not be set.
/// </summary>
public readonly BindableFloat CurrentNumber = new BindableFloat
internal readonly BindableFloat CurrentNumber = new BindableFloat
{
MinValue = 0,
MaxValue = 10,