1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

disable HD for taiko

This commit is contained in:
Unknown 2019-07-01 09:45:14 +02:00
parent 43d83b35d0
commit 665da09ed7

View File

@ -9,5 +9,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
{
public override string Description => @"Beats fade out before you hit them!";
public override double ScoreMultiplier => 1.06;
public override bool HasImplementation => false;
}
}