mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Add another newline
This commit is contained in:
@ -52,6 +52,7 @@ namespace osu.Game.Rulesets.Mania.Mods
|
|||||||
Value = 200.0,
|
Value = 200.0,
|
||||||
Precision = 1.0,
|
Precision = 1.0,
|
||||||
};
|
};
|
||||||
|
|
||||||
public void ApplyToBeatmap(IBeatmap beatmap)
|
public void ApplyToBeatmap(IBeatmap beatmap)
|
||||||
{
|
{
|
||||||
var maniaBeatmap = (ManiaBeatmap)beatmap;
|
var maniaBeatmap = (ManiaBeatmap)beatmap;
|
||||||
|
Reference in New Issue
Block a user