mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Allow screen to specify whether to apply audio rate adjustments from mods
This commit is contained in:
@ -51,5 +51,10 @@ namespace osu.Game.Screens
|
||||
Bindable<WorkingBeatmap> Beatmap { get; }
|
||||
|
||||
Bindable<RulesetInfo> Ruleset { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether mod rate adjustments are allowed to be applied.
|
||||
/// </summary>
|
||||
bool AllowRateAdjustments { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user