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:
parent
32b4f5fbd6
commit
a6258d705e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user