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 @@ 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";