mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Fixed indentation
sorry about the style fixes... I'm using JetBrains Rider from now on.
This commit is contained in:
parent
6b6a71d3c3
commit
59d13b0dd3
@ -75,6 +75,7 @@ namespace osu.Android
|
||||
}
|
||||
|
||||
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
|
||||
|
||||
public class AndroidPowerStatus : PowerStatus
|
||||
{
|
||||
public override double ChargeLevel => Battery.ChargeLevel;
|
||||
|
@ -268,6 +268,7 @@ namespace osu.Game.Screens.Play
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
Loading…
x
Reference in New Issue
Block a user