mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Make CurrentNumber
internal
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user