Reorder method declaration

This commit is contained in:
Salman Ahmed
2021-04-11 08:57:44 +03:00
committed by Christine Chen
parent cb947a3b27
commit 419fd4470c

View File

@ -96,8 +96,6 @@ namespace osu.Game
protected Storage Storage { get; set; }
protected virtual PowerStatus CreatePowerStatus() => null;
[Cached]
[Cached(typeof(IBindable<RulesetInfo>))]
protected readonly Bindable<RulesetInfo> Ruleset = new Bindable<RulesetInfo>();
@ -159,6 +157,8 @@ namespace osu.Game
protected override UserInputManager CreateUserInputManager() => new OsuUserInputManager();
protected virtual PowerStatus CreatePowerStatus() => null;
/// <summary>
/// The maximum volume at which audio tracks should playback. This can be set lower than 1 to create some head-room for sound effects.
/// </summary>