Add note about mania xKey mods for future implementation

This commit is contained in:
Dean Herbert
2017-12-31 04:27:15 +09:00
parent d9a80dae5d
commit 28cd72a12b

View File

@ -105,6 +105,8 @@ namespace osu.Game.Rulesets.Mania.Mods
public abstract class ManiaKeyMod : Mod
{
// TODO: implement using the IApplicable interface. Haven't done so yet because KeyCount isn't even hooked up at the moment.
public override string ShortenedName => Name;
public abstract int KeyCount { get; }
public override double ScoreMultiplier => 1; // TODO: Implement the mania key mod score multiplier