Move a few interfaces to base classes

This commit is contained in:
Dean Herbert
2018-01-12 14:26:09 +09:00
parent f6e6701749
commit 057efa24c7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ using osu.Game.Rulesets.Mods;
namespace osu.Game.Rulesets.Mania.Mods
{
public abstract class ManiaKeyMod : Mod, IApplicableMod, IApplicableToBeatmapConverter<ManiaHitObject>
public abstract class ManiaKeyMod : Mod, IApplicableToBeatmapConverter<ManiaHitObject>
{
public override string ShortenedName => Name;
public abstract int KeyCount { get; }