1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 16:30:38 +08:00

Also apply to autopilot

This commit is contained in:
Dean Herbert
2023-12-20 14:56:52 +09:00
Unverified
parent 14d2d0d215
commit b6f0c98a09
@@ -16,7 +16,7 @@ using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Osu.Mods
{
public class OsuModAutopilot : Mod, IApplicableFailOverride, IUpdatableByPlayfield, IApplicableToDrawableRuleset<OsuHitObject>
public class OsuModAutopilot : Mod, IUpdatableByPlayfield, IApplicableToDrawableRuleset<OsuHitObject>
{
public override string Name => "Autopilot";
public override string Acronym => "AP";
@@ -37,10 +37,6 @@ namespace osu.Game.Rulesets.Osu.Mods
typeof(ModTouchDevice)
};
public bool PerformFail() => false;
public bool RestartOnFail => false;
private OsuInputManager inputManager = null!;
private List<OsuReplayFrame> replayFrames = null!;