mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 11:47:18 +09:00
nest class outside of OsuModRandom
This commit is contained in:
parent
53ab780796
commit
b3a5e4d305
@ -161,6 +161,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
|
|
||||||
return previousObjectStartedCombo && random.NextDouble() < 0.6f;
|
return previousObjectStartedCombo && random.NextDouble() < 0.6f;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public partial class AngleSharpnessSlider : SettingsSlider<float>
|
public partial class AngleSharpnessSlider : SettingsSlider<float>
|
||||||
{
|
{
|
||||||
@ -170,4 +171,3 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user