1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 16:22:54 +08:00

Disable Hidden mod for osu!taiko (until it is implemented) (#5201)

Disable Hidden mod for osu!taiko (until it is implemented)
This commit is contained in:
Dean Herbert 2019-07-01 19:48:49 +09:00 committed by GitHub
commit b8a27bb6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}