1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 20:33:08 +08:00

Also apply to autopilot

This commit is contained in:
Dean Herbert 2023-12-20 14:56:52 +09:00
parent 14d2d0d215
commit b6f0c98a09
No known key found for this signature in database

View File

@ -16,7 +16,7 @@ using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Osu.Mods 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 Name => "Autopilot";
public override string Acronym => "AP"; public override string Acronym => "AP";
@ -37,10 +37,6 @@ namespace osu.Game.Rulesets.Osu.Mods
typeof(ModTouchDevice) typeof(ModTouchDevice)
}; };
public bool PerformFail() => false;
public bool RestartOnFail => false;
private OsuInputManager inputManager = null!; private OsuInputManager inputManager = null!;
private List<OsuReplayFrame> replayFrames = null!; private List<OsuReplayFrame> replayFrames = null!;