1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:10:26 +08:00

Rename class to match new name

This commit is contained in:
Dean Herbert
2021-06-16 15:09:42 +09:00
Unverified
parent 2ce487bdac
commit b1dd502e06
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ using osu.Game.Rulesets.Osu.Objects.Drawables;
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";
+1 -1
View File
@@ -187,7 +187,7 @@ namespace osu.Game.Rulesets.Osu
new MultiMod(new ModWindUp(), new ModWindDown()),
new OsuModTraceable(),
new OsuModBarrelRoll(),
new OsuModDifferentApproach(),
new OsuModApproachDifferent(),
};
case ModType.System: