Rename class to match new name

This commit is contained in:
Dean Herbert 2021-06-16 15:09:42 +09:00
parent 2ce487bdac
commit b1dd502e06
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
namespace osu.Game.Rulesets.Osu.Mods
{
internal class OsuModDifferentApproach : Mod, IApplicableToDrawableHitObjects
public class OsuModApproachDifferent : Mod, IApplicableToDrawableHitObjects
{
public override string Name => "Approach Different";
public override string Acronym => "AD";

View File

@ -187,7 +187,7 @@ public override IEnumerable<Mod> GetModsFor(ModType type)
new MultiMod(new ModWindUp(), new ModWindDown()),
new OsuModTraceable(),
new OsuModBarrelRoll(),
new OsuModDifferentApproach(),
new OsuModApproachDifferent(),
};
case ModType.System: