Merge branch 'master' into remove-nullable-disable-in-the-mods

This commit is contained in:
Dan Balasescu
2022-07-20 13:28:28 +09:00
committed by GitHub
118 changed files with 2776 additions and 1761 deletions

View File

@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Mods
public override bool ValidForMultiplayer => false;
public override bool ValidForMultiplayerAsFreeMod => false;
public override Type[] IncompatibleMods => new[] { typeof(ModRateAdjust), typeof(ModTimeRamp) };
public override Type[] IncompatibleMods => new[] { typeof(ModRateAdjust), typeof(ModTimeRamp), typeof(ModAutoplay) };
[SettingSource("Initial rate", "The starting speed of the track")]
public BindableNumber<double> InitialRate { get; } = new BindableDouble