mirror of
https://github.com/osukey/osukey.git
synced 2025-05-01 11:47:18 +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();
|
protected override UpdateManager CreateUpdateManager() => new SimpleUpdateManager();
|
||||||
|
|
||||||
public class AndroidPowerStatus : PowerStatus
|
public class AndroidPowerStatus : PowerStatus
|
||||||
{
|
{
|
||||||
public override double ChargeLevel => Battery.ChargeLevel;
|
public override double ChargeLevel => Battery.ChargeLevel;
|
||||||
|
@ -268,6 +268,7 @@ namespace osu.Game.Screens.Play
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user