1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 23:00:50 +08:00

Reorder method declaration

This commit is contained in:
Salman Ahmed
2021-04-11 08:57:44 +03:00
committed by Christine Chen
Unverified
parent cb947a3b27
commit 419fd4470c
+2 -2
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>