fix codefactor warnings and derive ModWindUp and ModWindDown to ModTimeRamp

This commit is contained in:
LeNitrous
2019-01-26 20:15:19 +08:00
parent 0f8c5bcbd7
commit 03e57d0423
13 changed files with 55 additions and 55 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Mods
public override ModType Type => ModType.DifficultyReduction;
public override string Description => "Less zoom...";
public override bool Ranked => true;
public override Type[] IncompatibleMods => new[] { typeof(ModDoubleTime), typeof(ModWindUp) };
public override Type[] IncompatibleMods => new[] { typeof(ModDoubleTime), typeof(ModTimeRamp) };
public virtual void ApplyToClock(IAdjustableClock clock)
{