mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +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.
|
/// An internal numeric bindable to hold and propagate min/max/precision.
|
||||||
/// The value of this bindable should not be set.
|
/// The value of this bindable should not be set.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly BindableFloat CurrentNumber = new BindableFloat
|
internal readonly BindableFloat CurrentNumber = new BindableFloat
|
||||||
{
|
{
|
||||||
MinValue = 0,
|
MinValue = 0,
|
||||||
MaxValue = 10,
|
MaxValue = 10,
|
||||||
|
Reference in New Issue
Block a user