mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:43:04 +08:00
Remove redundant interface
This commit is contained in:
parent
c39e76fdea
commit
217554f587
@ -5,7 +5,7 @@ using osu.Game.Rulesets.Scoring;
|
|||||||
|
|
||||||
namespace osu.Game.Rulesets.Mods
|
namespace osu.Game.Rulesets.Mods
|
||||||
{
|
{
|
||||||
public abstract class ModPerfect : ModSuddenDeath, IApplicableToScoreProcessor
|
public abstract class ModPerfect : ModSuddenDeath
|
||||||
{
|
{
|
||||||
public override string Name => "Perfect";
|
public override string Name => "Perfect";
|
||||||
public override string ShortenedName => "PF";
|
public override string ShortenedName => "PF";
|
||||||
|
Loading…
Reference in New Issue
Block a user