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

Remove redundant interface

This commit is contained in:
smoogipoo 2017-11-21 18:06:24 +09:00
parent c39e76fdea
commit 217554f587

View File

@ -5,7 +5,7 @@ using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mods
{
public abstract class ModPerfect : ModSuddenDeath, IApplicableToScoreProcessor
public abstract class ModPerfect : ModSuddenDeath
{
public override string Name => "Perfect";
public override string ShortenedName => "PF";